aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-24 02:26:43 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-24 02:26:43 +0000
commit3f52d770724fc95e66709ec76f91b714826ccfb1 (patch)
treed1a28304ceca4ad11f9c9956358885a2d180ffa8 /Makefile.am
parenteabd330f0376ea59c06270b443821f0d625604c3 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
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