]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
Add ipv6cp-accept-remote option
[ppp.git] / pppd / Makefile.linux
index 9664f70989965a6e768434b529e04d5cd244fc7d..a22dcfab9d74f9658a1522bada021a41249aa90d 100644 (file)
@@ -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