aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-11-20 10:35:45 -0700
committerStephen Fisher <sfisher@sdf.org>2014-11-24 18:01:19 +0000
commit6b8fe87ef48abb95dd303871d0835c153cf8c891 (patch)
treeabd628039f9150fc4c54fae8b2238e2c728f6a64 /Makefile.am
parent2baac34eb10f7d961efda1033a8bdfa5d57f09f9 (diff)
Allow "(g)make tags" to work again
Change-Id: Idcff82aceedbf42652741564e06ca53984078361 Reviewed-on: https://code.wireshark.org/review/5413 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Stephen Fisher <sfisher@sdf.org>
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 211168c886..2fc1bc65a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -449,7 +449,7 @@ endif
# Unfortunately that check is done by automake and not configure.
# We do the following to try to avoid using c++ to link Wireshark at
# all times.
-nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
+nodist_noinst_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
wireshark_cxx_SOURCES =
if ENABLE_STATIC