]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
Add L2TP support.
[ppp.git] / pppd / plugins / Makefile.linux
index 80b0ae01da8a07566fe3729b0855e4e046ad6f5a..6de115edcae86a45861d6f229a6427003f322311 100644 (file)
@@ -4,15 +4,15 @@ CFLAGS        = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-SUBDIRS := rp-pppoe
+SUBDIRS := rp-pppoe pppoatm pppol2tp
 # Uncomment the next line to include the radius authentication plugin
-SUBDIRS += radius
-PLUGINS := minconn.so passprompt.so passwordfd.so
+SUBDIRS += radius
+PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 
 # include dependencies if present
 ifeq (.depend,$(wildcard .depend))