]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
winbind plugin: Add -DMPPE=1 to eliminate compiler warnings
[ppp.git] / pppd / plugins / Makefile.linux
index 39f523a9203d9712818325dc6bfb9a3b4b97ff1d..ab8cf50d94729168f9b3cafa2d85788ba5b63349 100644 (file)
@@ -1,4 +1,4 @@
-CC     = gcc
+#CC    = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
@@ -9,11 +9,18 @@ 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
 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 
+# This setting should match the one in ../Makefile.linux
+MPPE=y
+
+ifdef MPPE
+CFLAGS   += -DMPPE=1
+endif
+
 # include dependencies if present
 ifeq (.depend,$(wildcard .depend))
 include .depend