]> git.ozlabs.org Git - ppp.git/commitdiff
Add radius to the list of plugins to be compiled by default
authorPaul Mackerras <paulus@samba.org>
Sun, 14 Nov 2004 07:58:58 +0000 (07:58 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 14 Nov 2004 07:58:58 +0000 (07:58 +0000)
pppd/plugins/Makefile.linux

index e3737003a06cfb182ad6e0a4c4bc1e1ce668d8c2..b52f284278008247a74935b64e12c293393c9240 100644 (file)
@@ -9,7 +9,7 @@ BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-SUBDIRS := rp-pppoe pppoatm
+SUBDIRS := rp-pppoe pppoatm radius
 # Uncomment the next line to include the radius authentication plugin
 # SUBDIRS += radius
 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 # Uncomment the next line to include the radius authentication plugin
 # SUBDIRS += radius
 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so