aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-24 18:34:19 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-24 18:36:06 +0000
commit15f6f56073899d73cd42282da3064797bb29b9a3 (patch)
tree0163b09d5c1fc85ed78b28b655762a232d7f0baf /Makefile.am
parent6b8fe87ef48abb95dd303871d0835c153cf8c891 (diff)
Revert "Allow "(g)make tags" to work again"
This reverts commit 6b8fe87ef48abb95dd303871d0835c153cf8c891. Change-Id: Ie4f681186c1555e6ab966e7db687035f7fc5e60f Reviewed-on: https://code.wireshark.org/review/5472 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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 2fc1bc65a3..211168c886 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_noinst_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
+nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
wireshark_cxx_SOURCES =
if ENABLE_STATIC