aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ba3110f6d5..cdd0eced4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -454,7 +454,7 @@ nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
wireshark_cxx_SOURCES =
dummy.cpp:
- echo 'static void dummy();' > $@
+ echo '/* File automatically generated by Makefile */\nstatic void dummy();' > $@
# Generate the dummy.cpp for above so that "make tags" will still work.
# ("make clean" will remove it.)