]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't look for eap.conf, etc.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Jun 2011 16:51:22 +0000 (18:51 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Jun 2011 16:51:22 +0000 (18:51 +0200)
they've been moved to the "modules" directory

raddb/Makefile

index b1463f6147749c5507c11743507bc657b4e5c01d..15afeb9fe24981367d9a7509a493366a8ff6f686 100644 (file)
@@ -10,10 +10,10 @@ include ../Make.inc
 #  The list of files to install.
 #
 FILES = acct_users attrs attrs.access_reject attrs.accounting_response \
-       attrs.pre-proxy clients.conf dictionary eap.conf templates.conf \
+       attrs.pre-proxy clients.conf dictionary templates.conf  \
        experimental.conf hints huntgroups ldap.attrmap                 \
        policy.txt preproxy_users proxy.conf radiusd.conf trigger.conf  \
-       sql.conf sqlippool.conf users   policy.conf attrs.access_challenge
+       users   policy.conf attrs.access_challenge
 
 #
 #      This target is here for local debugging