aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-25 20:59:49 +0000
committerng0 <ng0@n0.is>2019-11-25 20:59:49 +0000
commit799d929e2555a089f0823d5da897236855757e9f (patch)
tree097bced820f215f2842f4030ffa7610f03c611b8 /contrib/Makefile.am
parent23ec14dabe8a643f3095d9cf91eefef100a658a1 (diff)
downloadgnunet-799d929e2555a089f0823d5da897236855757e9f.tar.gz
gnunet-799d929e2555a089f0823d5da897236855757e9f.zip
add .inc file to .am
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index c7b203989..e4f9e9331 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -3,6 +3,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3 3
4SUBDIRS = scripts hellos services 4SUBDIRS = scripts hellos services
5 5
6include Makefile.inc
7
6dist_pkgdata_DATA = \ 8dist_pkgdata_DATA = \
7 gns/gns-bcd.html \ 9 gns/gns-bcd.html \
8 gns/gns-bcd.tex \ 10 gns/gns-bcd.tex \
@@ -47,7 +49,8 @@ EXTRA_DIST = \
47 conf/nss/nssswitch.conf \ 49 conf/nss/nssswitch.conf \
48 conf/wireshark/wireshark.lua \ 50 conf/wireshark/wireshark.lua \
49 $(PACKAGES_FILES) \ 51 $(PACKAGES_FILES) \
50 $(INITD_FILES) 52 $(INITD_FILES) \
53 Makefile.inc
51 54
52check_PROGRAMS = \ 55check_PROGRAMS = \
53 test_gnunet_prefix 56 test_gnunet_prefix