Skip to content

Commit

Permalink
pppd: Don't include pppdconf.h in the tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
  • Loading branch information
paulusmack committed Sep 12, 2024
1 parent e48a9b5 commit 79c02b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pppd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 79c02b3

Please sign in to comment.