X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=f36d841686276b3fb9c4589d4403c3df23e84f50;hp=0e404fa4e6d2762aa55b9d1a3e98b11a258c8b5b;hb=2c872bc67b83b91ba6390f6e5e72be08e09811a1;hpb=a95c8a6bd20ed07722b8cef75f547c6e5550e68b diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 0e404fa..f36d841 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -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)