Skip to content

Commit

Permalink
config: Include some extra files in the tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
paulusmack committed Dec 31, 2024
1 parent 8eca3c7 commit 9f612dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ sample_DATA = \

EXTRA_README = \
Changes-2.3 \
Changes-2.4 \
FAQ \
LICENSE.BSD \
LICENSE.GPL-2 \
README \
README.cbcp \
README.eap-srp \
Expand All @@ -38,9 +41,12 @@ EXTRA_README = \
README.pwfd \
README.sol2 \
PLUGINS \
SECURITY.md \
SETUP \
Submitting-patches.md
Submitting-patches.md \
autogen.sh

EXTRA_DIST= \
$(sample_DATA) \
$(EXTRA_README)
$(EXTRA_README) \
sample
5 changes: 3 additions & 2 deletions pppd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ check_PROGRAMS += utest_utils

if WITH_SRP
sbin_PROGRAMS += srp-entry
dist_man8_MANS += srp-entry.8
endif

pkgconfigdir = $(libdir)/pkgconfig
Expand Down Expand Up @@ -205,6 +204,7 @@ srp_entry_SOURCES = srp-entry.c
srp_entry_CPPFLAGS = $(OPENSSL_INCLUDES) $(SRP_CFLAGS)
srp_entry_LDADD = $(SRP_LIBS) $(OPENSSL_LIBS)
srp_entry_LDFLAGS = $(OPENSSL_LDFLAGS) $(SRP_LDFLAGS)
dist_srp_entry_MANS = srp-entry.8

pppd_CPPFLAGS += $(SRP_CFLAGS)
pppd_LDFLAGS += $(SRP_LDFLAGS)
Expand All @@ -214,7 +214,8 @@ endif
pppd_LDADD = $(pppd_LIBS)

EXTRA_DIST = \
ppp.pam
ppp.pam \
srp-entry.8

TESTS = $(check_PROGRAMS)

4 changes: 3 additions & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ EXTRA_SCRIPTS = \
plog \
poff \
pon \
pon.1
pon.1 \
lcp_rtt_dump \
lcp_rtt_exporter

EXTRA_DIST= \
$(EXTRA_SCRIPTS)

0 comments on commit 9f612dc

Please sign in to comment.