From: Paul Mackerras Date: Tue, 31 Dec 2024 04:24:46 +0000 (+1100) Subject: config: Include some extra files in the tarball X-Git-Tag: v2.5.2^0 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;p=ppp.git config: Include some extra files in the tarball Signed-off-by: Paul Mackerras --- diff --git a/Makefile.am b/Makefile.am index 8d3dff8..98d7730 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ @@ -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 diff --git a/pppd/Makefile.am b/pppd/Makefile.am index f2fb192..93dbeed 100644 --- a/pppd/Makefile.am +++ b/pppd/Makefile.am @@ -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 @@ -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) @@ -214,7 +214,8 @@ endif pppd_LDADD = $(pppd_LIBS) EXTRA_DIST = \ - ppp.pam + ppp.pam \ + srp-entry.8 TESTS = $(check_PROGRAMS) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d2779cb..65b15f9 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -5,7 +5,9 @@ EXTRA_SCRIPTS = \ plog \ poff \ pon \ - pon.1 + pon.1 \ + lcp_rtt_dump \ + lcp_rtt_exporter EXTRA_DIST= \ $(EXTRA_SCRIPTS)