]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
Avoid bus errors from unaligned input to SHA1Update
[ppp.git] / pppd / plugins / Makefile.linux
index 80b0ae01da8a07566fe3729b0855e4e046ad6f5a..a1f5c320ca9c90fceaad78cafa6acc51b4db2263 100644 (file)
@@ -9,10 +9,10 @@ BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-SUBDIRS := rp-pppoe
+SUBDIRS := rp-pppoe pppoatm
 # 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))