X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=0a7ec7badb2a62ec71ed9343b3aa6ed07246b00d;hp=b52f284278008247a74935b64e12c293393c9240;hb=36733a891fb56594fcee580f667b33a64b990981;hpb=910e26074b507e492c5f31923e0b57c8e4c97db5 diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index b52f284..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 radius +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