From 6f060a323945663489b5dc3626801da67cc1afb8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Mar 2015 11:16:41 +0000 Subject: -fix dist issues --- src/peerstore/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/peerstore/Makefile.am') 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 \ -- cgit v1.2.3