From: Christian Grothoff Date: Sat, 7 Mar 2015 11:16:41 +0000 (+0000) Subject: -fix dist issues X-Git-Tag: initial-import-from-subversion-38251~2234 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f060a323945663489b5dc3626801da67cc1afb8;p=oweals%2Fgnunet.git -fix dist issues --- 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 = \ gnunet_os_lib.h \ gnunet_peer_lib.h \ gnunet_peerinfo_service.h \ + gnunet_peerstore_plugin.h \ + gnunet_peerstore_service.h \ gnunet_plugin_lib.h \ gnunet_postgres_lib.h \ 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 = \ peerstore.conf if MINGW - WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols + WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif if USE_COVERAGE @@ -19,7 +19,7 @@ if USE_COVERAGE endif bin_PROGRAMS = \ - gnunet-peerstore + gnunet-peerstore libexec_PROGRAMS = \ gnunet-service-peerstore @@ -36,7 +36,8 @@ gnunet_peerstore_LDADD = \ gnunet_service_peerstore_SOURCES = \ gnunet-service-peerstore.c \ - peerstore_common.c + peerstore_common.c peerstore_common.h \ + peerstore.h gnunet_service_peerstore_CFLAGS = $(AM_CFLAGS) gnunet_service_peerstore_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \