aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-14 16:40:45 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-14 16:40:45 +0000
commita760c1b877f3a9ac17f2577cdc298f793c574407 (patch)
tree7411c99a1865aa1b1a6e1141172aa9a1378d4db7 /src/peerstore/Makefile.am
parentcb67c0bb1e6f2a5bae0295a75bc1f4b1b9f9f765 (diff)
downloadgnunet-a760c1b877f3a9ac17f2577cdc298f793c574407.tar.gz
gnunet-a760c1b877f3a9ac17f2577cdc298f793c574407.zip
peerstore helper file
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 4c4c84ed1..b7b7f3ea5 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -27,20 +27,23 @@ lib_LTLIBRARIES = \
27 libgnunetpeerstore.la 27 libgnunetpeerstore.la
28 28
29gnunet_peerstore_SOURCES = \ 29gnunet_peerstore_SOURCES = \
30 gnunet-peerstore.c 30 gnunet-peerstore.c
31gnunet_peerstore_LDADD = \ 31gnunet_peerstore_LDADD = \
32 $(top_builddir)/src/util/libgnunetutil.la \ 32 $(top_builddir)/src/util/libgnunetutil.la \
33 libgnunetpeerstore.la \ 33 libgnunetpeerstore.la \
34 $(GN_LIBINTL) 34 $(GN_LIBINTL)
35 35
36gnunet_service_peerstore_SOURCES = \ 36gnunet_service_peerstore_SOURCES = \
37 gnunet-service-peerstore.c 37 gnunet-service-peerstore.c \
38 peerstore_common.c
39gnunet_service_peerstore_CFLAGS = $(AM_CFLAGS)
38gnunet_service_peerstore_LDADD = \ 40gnunet_service_peerstore_LDADD = \
39 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
40 $(GN_LIBINTL) 42 $(GN_LIBINTL)
41 43
42libgnunetpeerstore_la_SOURCES = \ 44libgnunetpeerstore_la_SOURCES = \
43 peerstore_api.c 45 peerstore_api.c \
46 peerstore_common.c
44libgnunetpeerstore_la_LIBADD = \ 47libgnunetpeerstore_la_LIBADD = \
45 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
46libgnunetpeerstore_la_LDFLAGS = \ 49libgnunetpeerstore_la_LDFLAGS = \