Make sure we don't try to distribute nonexistent files.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Jan 2013 01:17:07 +0000 (01:17 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Jan 2013 01:17:07 +0000 (01:17 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@46888 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 639a71acf4fe5bb619f8a857fba4adcd7e50dadc..35e0ebe6b38915fc3ca282116df763ce7d6397d7 100644 (file)
@@ -372,9 +372,13 @@ wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
 # Unfortunately that check is done by automake and not configure.
 # We do the following to try to avoid c++ linking for Wireshark at
 # all times.
-nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
+nodist_EXTRA_wireshark_c_SOURCES = dummy.c
+wireshark_c_SOURCES = 
 wireshark_c_CFLAGS = $(wireshark_CFLAGS)
 wireshark_c_LDFLAGS = $(wireshark_LDFLAGS)
+
+nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
+wireshark_cxx_SOURCES = 
 wireshark_cxx_CFLAGS = $(wireshark_CFLAGS)
 wireshark_cxx_LDFLAGS = $(wireshark_LDFLAGS)