X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=a22dcfab9d74f9658a1522bada021a41249aa90d;hb=2a7981f8ca0fc6660146885b75f7a663fe221119;hp=9664f70989965a6e768434b529e04d5cd244fc7d;hpb=d00f8a0e184cc73b1ca33a9b22c1b1f87292a72f;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 9664f70..a22dcfa 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -33,7 +33,7 @@ endif # CC = gcc # COPTS = -O2 -pipe -Wall -g -LIBS = +LIBS = -lrt # Uncomment the next line to include support for Microsoft's # MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux. @@ -99,6 +99,7 @@ CFLAGS += -DMSLANMAN=1 endif ifdef MPPE CFLAGS += -DMPPE=1 +HEADERS += mppe.h endif endif