From: Paul Mackerras Date: Sat, 21 Mar 2020 04:16:30 +0000 (+1100) Subject: pppd: Add mppe.h to the list of headers to install if MPPE is defined X-Git-Tag: ppp-2.4.9~66 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f2f9554f775fa3f8b305c536d90e5393fd40d154 pppd: Add mppe.h to the list of headers to install if MPPE is defined This means that mppe.h will be installed by make install-devel, as it is needed for compiling chap_ms.c when MPPE=1. Signed-off-by: Paul Mackerras --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 9664f70..853b15c 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -99,6 +99,7 @@ CFLAGS += -DMSLANMAN=1 endif ifdef MPPE CFLAGS += -DMPPE=1 +HEADERS += mppe.h endif endif