Try not including radius/Custom.make in radius_DATA: I think including it means it...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Jan 2013 02:26:43 +0000 (02:26 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Jan 2013 02:26:43 +0000 (02:26 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@47243 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 87db9dec6853c21e392bc5ba85004cdbb13a1d6f..2b073cd5be27a1aeb2f649ccac86dd588b8abb79 100644 (file)
@@ -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