]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppol2tp/Makefile.linux
Add openl2tp plugin.
[ppp.git] / pppd / plugins / pppol2tp / Makefile.linux
index 7a4b18f5bacc93c3579d3f96c955365b38ad7de7..85f79243a55d3c8aa0dd712dc18df5835c748ef2 100644 (file)
@@ -1,6 +1,6 @@
 CC     = gcc
 COPTS  = -O2 -g
-CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC
+CFLAGS = $(COPTS) -I. -I../.. -I../../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install
 
@@ -11,7 +11,7 @@ LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
 
-PLUGINS := pppol2tp.so
+PLUGINS := pppol2tp.so openl2tp.so
 
 all: $(PLUGINS)