X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=0a7ec7badb2a62ec71ed9343b3aa6ed07246b00d;hp=e3737003a06cfb182ad6e0a4c4bc1e1ce668d8c2;hb=36733a891fb56594fcee580f667b33a64b990981;hpb=dd41357657d1436fe20692aa43613ceae8e03fa0 diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index e373700..0a7ec7b 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -1,17 +1,17 @@ -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 pppoatm +SUBDIRS := rp-pppoe pppoatm pppol2tp # Uncomment the next line to include the radius authentication plugin -# SUBDIRS += radius +SUBDIRS += radius PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so # include dependencies if present