From 1d0bff9bc81e3a0ed4e3c643d1a45b12aa3bde96 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 13 Sep 2024 14:08:56 +1000 Subject: [PATCH] pppd: Don't include pppdconf.h in the tarball (#517) Signed-off-by: Paul Mackerras --- pppd/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 = -- 2.39.5