]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
changes to linux interface for new kernel driver,
[ppp.git] / pppd / Makefile.linux
index 0e404fa4e6d2762aa55b9d1a3e98b11a258c8b5b..f36d841686276b3fb9c4589d4403c3df23e84f50 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.35 1999/12/23 01:23:07 paulus Exp $
+# $Id: Makefile.linux,v 1.36 2000/03/27 06:02:59 paulus Exp $
 #
 
 # Default installation locations
@@ -50,7 +50,7 @@ PLUGIN=y
 
 INCLUDE_DIRS= -I../include
 
-COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE
+COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MULTILINK
 
 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)