X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=a7cf5d82edf8d43ee6d42d12903b95527c6a9f21;hb=681efe71a00ce8b325aeff2c64e01eb41ef38c9f;hp=0cc916b96763997f79449b79882f056c34cf9b08;hpb=dbfeebc9adcf76a50c1d4e9035d5d481914edb43;p=ppp.git diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 0cc916b..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 -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))