]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Add mppe.h to the list of headers to install if MPPE is defined
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 21 Mar 2020 04:16:30 +0000 (15:16 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Sat, 21 Mar 2020 04:16:30 +0000 (15:16 +1100)
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 <paulus@ozlabs.org>
pppd/Makefile.linux

index 9664f70989965a6e768434b529e04d5cd244fc7d..853b15c14be42703aa5ff203da287ded9209794a 100644 (file)
@@ -99,6 +99,7 @@ CFLAGS   += -DMSLANMAN=1
 endif
 ifdef MPPE
 CFLAGS   += -DMPPE=1
+HEADERS  += mppe.h
 endif
 endif