diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |