From 3f52d770724fc95e66709ec76f91b714826ccfb1 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 24 Jan 2013 02:26:43 +0000 Subject: Try not including radius/Custom.make in radius_DATA: I think including it means it gets distributed. (Anyway it's needed for building, it doesn't need to be installed.) svn path=/trunk/; revision=47243 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 87db9dec68..2b073cd5be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,6 @@ radiusdir = $(pkgdatadir)/radius radius_DATA = $(_CUSTOM_radius_dict_) \ radius/README.radius_dictionary \ radius/custom.includes \ - radius/Custom.make \ radius/dictionary \ radius/dictionary.3com \ radius/dictionary.3gpp \ @@ -381,7 +380,7 @@ 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 using c++ to link Wireshark at # all times. -nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp +nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp wireshark_cxx_SOURCES = if HAVE_WIRESHARK_CXX -- cgit v1.2.3