From 6b8fe87ef48abb95dd303871d0835c153cf8c891 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Thu, 20 Nov 2014 10:35:45 -0700 Subject: Allow "(g)make tags" to work again Change-Id: Idcff82aceedbf42652741564e06ca53984078361 Reviewed-on: https://code.wireshark.org/review/5413 Petri-Dish: Alexis La Goutte Reviewed-by: Stephen Fisher --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1