aboutsummaryrefslogtreecommitdiff
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
parent016e0b1feea7a9de0400aaa7cd3881a4d258fa33 (diff)
downloadgnunet-6f060a323945663489b5dc3626801da67cc1afb8.tar.gz
gnunet-6f060a323945663489b5dc3626801da67cc1afb8.zip
-fix dist issues
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/peerstore/Makefile.am7
2 files changed, 6 insertions, 3 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 5cce0cd52..ff5252d3d 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -71,6 +71,8 @@ gnunetinclude_HEADERS = \
71 gnunet_os_lib.h \ 71 gnunet_os_lib.h \
72 gnunet_peer_lib.h \ 72 gnunet_peer_lib.h \
73 gnunet_peerinfo_service.h \ 73 gnunet_peerinfo_service.h \
74 gnunet_peerstore_plugin.h \
75 gnunet_peerstore_service.h \
74 gnunet_plugin_lib.h \ 76 gnunet_plugin_lib.h \
75 gnunet_postgres_lib.h \ 77 gnunet_postgres_lib.h \
76 gnunet_psycstore_plugin.h \ 78 gnunet_psycstore_plugin.h \
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 \