]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
pppd: Expose the MPPE keys generated through an API (#267)
[ppp.git] / pppd / Makefile.linux
index f92f7c081a976cb71c4f34578a57d95f3aa136a7..852945e8958edd2e607519ad6a7dc0cfe1cb23e2 100644 (file)
@@ -109,6 +109,8 @@ CFLAGS   += -DMSLANMAN=1
 endif
 ifdef MPPE
 CFLAGS   += -DMPPE=1
+PPPDOBJS += mppe.o
+PPPDSRC  += mppe.c
 HEADERS  += mppe.h
 endif
 endif