diff options
author | ng0 <ng0@n0.is> | 2019-11-25 21:12:16 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-25 21:12:16 +0000 |
commit | af7bdf5c3661a5cc2d46f0f14c576a6e58aa610d (patch) | |
tree | cd7d21b762c0dfab3d658be62ea59e24f9ae7299 /contrib | |
parent | ddb380ba435af089a303a65b48ce0f77dcfea406 (diff) |
add (some) buildcommon files to dist and install
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e4f9e9331..91c5a12dc 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -13,7 +13,8 @@ dist_pkgdata_DATA = \ gns/gns-form.xslt \ branding/logo/gnunet-logo.pdf \ branding/logo/gnunet-logo-color.png \ - testing_hostkeys.ecc + testing_hostkeys.ecc \ + $(BUILDCOMMON_SHLIB_FILES) INITD_FILES = \ services/openrc/gnunet.initd \ @@ -50,7 +51,8 @@ EXTRA_DIST = \ conf/wireshark/wireshark.lua \ $(PACKAGES_FILES) \ $(INITD_FILES) \ - Makefile.inc + Makefile.inc \ + $(BUILD_COMMON_FILES) check_PROGRAMS = \ test_gnunet_prefix |