From 285a43902189acd088ba063305d8c6a193833309 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 25 Jul 2013 01:01:58 +0000 Subject: Reinstate r47243 (i.e., revert r50869): with the old way "make distcheck" fails. Fix radius/Custom.make so that automake likes it (remove the \ followed by nothing). Once that's done, make the inclusion of that file mandatory so that it actually (as I supposed--incorrectly--would happen in r47243) gets distributed in the source tarball. svn path=/trunk/; revision=50883 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d18ce207b6..0a1707f663 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,11 +122,10 @@ dist_dtds_DATA = \ # of that directory. # radiusdir = $(pkgdatadir)/radius --include radius/Custom.make +include radius/Custom.make dist_radius_DATA = $(_CUSTOM_radius_dict_) \ radius/README.radius_dictionary \ radius/custom.includes \ - radius/Custom.make \ radius/dictionary \ radius/dictionary.3com \ radius/dictionary.3gpp \ -- cgit v1.2.3