X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=0a7ec7badb2a62ec71ed9343b3aa6ed07246b00d;hb=0b6118239615e98959f7e0b4e746bdd197533248;hp=80b0ae01da8a07566fe3729b0855e4e046ad6f5a;hpb=03a755882397bda31e3e44d3aa51034338ea3ce6;p=ppp.git diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 80b0ae0..0a7ec7b 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -1,18 +1,18 @@ -CC = gcc +#CC = gcc COPTS = -O2 -g 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))