aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 11:16:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 11:16:41 +0000
commit6f060a323945663489b5dc3626801da67cc1afb8 (patch)
tree4b4399611e011c23405609123d74f63844f4c886 /src/peerstore/Makefile.am
parent016e0b1feea7a9de0400aaa7cd3881a4d258fa33 (diff)
downloadgnunet-6f060a323945663489b5dc3626801da67cc1afb8.tar.gz
gnunet-6f060a323945663489b5dc3626801da67cc1afb8.zip
-fix dist issues
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 168051572..ac99614f0 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -11,7 +11,7 @@ dist_pkgcfg_DATA = \
11 peerstore.conf 11 peerstore.conf
12 12
13if MINGW 13if MINGW
14 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 14 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
15endif 15endif
16 16
17if USE_COVERAGE 17if USE_COVERAGE
@@ -19,7 +19,7 @@ if USE_COVERAGE
19endif 19endif
20 20
21bin_PROGRAMS = \ 21bin_PROGRAMS = \
22 gnunet-peerstore 22 gnunet-peerstore
23 23
24libexec_PROGRAMS = \ 24libexec_PROGRAMS = \
25 gnunet-service-peerstore 25 gnunet-service-peerstore
@@ -36,7 +36,8 @@ gnunet_peerstore_LDADD = \
36 36
37gnunet_service_peerstore_SOURCES = \ 37gnunet_service_peerstore_SOURCES = \
38 gnunet-service-peerstore.c \ 38 gnunet-service-peerstore.c \
39 peerstore_common.c 39 peerstore_common.c peerstore_common.h \
40 peerstore.h
40gnunet_service_peerstore_CFLAGS = $(AM_CFLAGS) 41gnunet_service_peerstore_CFLAGS = $(AM_CFLAGS)
41gnunet_service_peerstore_LDADD = \ 42gnunet_service_peerstore_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \ 43 $(top_builddir)/src/util/libgnunetutil.la \