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
This commit is contained in:
Jeff Morriss 2013-07-25 01:01:58 +00:00
parent 05a7ab12c1
commit 285a439021
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -2,4 +2,4 @@
# $Id$
#
_CUSTOM_radius_dict_ = \
_CUSTOM_radius_dict_ =