X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=a7cf5d82edf8d43ee6d42d12903b95527c6a9f21;hb=9c0f3f00059b45e62849fe5a7a3164bbe6eca00e;hp=7cdfe42737d2b0dc54dea2d21cc92886195d1dc8;hpb=d95598c16f6a3feb4846db669601856bad15bb74;p=ppp.git diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 7cdfe42..a7cf5d8 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -1,10 +1,12 @@ CC = gcc -CFLAGS = -g -O2 -I.. -I../../include -D_linux_=1 -fPIC +CFLAGS = -g -O2 -I.. -I../../include -fPIC LDFLAGS = -shared INSTALL = install -o root -SUBDIRS = rp-pppoe radius -PLUGINS = minconn.so passprompt.so +SUBDIRS := rp-pppoe +# Uncomment the next line to include the radius authentication plugin +# SUBDIRS += radius +PLUGINS := minconn.so passprompt.so passwordfd.so # include dependencies if present ifeq (.depend,$(wildcard .depend))