]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Don't include pppdconf.h in the tarball (#517)
authorPaul Mackerras <paulus@ozlabs.org>
Fri, 13 Sep 2024 04:08:56 +0000 (14:08 +1000)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 04:08:56 +0000 (14:08 +1000)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/Makefile.am

index 37eeabb764b7dc9357e541d9ef524d596a4038c3..f2fb19211e53ed4689d128bc7e1ed54bd79abd93 100644 (file)
@@ -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 =