From: Paul Mackerras Date: Fri, 13 Sep 2024 04:08:56 +0000 (+1000) Subject: pppd: Don't include pppdconf.h in the tarball (#517) X-Git-Tag: v2.5.1~7 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=1d0bff9bc81e3a0ed4e3c643d1a45b12aa3bde96;p=ppp.git pppd: Don't include pppdconf.h in the tarball (#517) Signed-off-by: Paul Mackerras --- diff --git a/pppd/Makefile.am b/pppd/Makefile.am index 37eeabb..f2fb192 100644 --- a/pppd/Makefile.am +++ b/pppd/Makefile.am @@ -89,6 +89,10 @@ pppd_SOURCES = \ upap.c \ utils.c +# Things produced by the build process, to be installed but not distributed +BUILT_SOURCE = \ + pppdconf.h + pppd_CPPFLAGS = -DSYSCONFDIR=\"${sysconfdir}\" -DPPPD_RUNTIME_DIR='"@PPPD_RUNTIME_DIR@"' -DPPPD_LOGFILE_DIR='"@PPPD_LOGFILE_DIR@"' pppd_LDFLAGS = pppd_LIBS =