aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index db382f1e4..4cd80d090 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -16,7 +16,7 @@ lib_LTLIBRARIES = \
16 libgnunetdatastore.la 16 libgnunetdatastore.la
17 17
18libgnunetdatastore_la_SOURCES = \ 18libgnunetdatastore_la_SOURCES = \
19 datastore_api.c datastore.h plugin_datastore.h 19 datastore_api.c datastore.h
20libgnunetdatastore_la_LIBADD = \ 20libgnunetdatastore_la_LIBADD = \
21 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 21 $(top_builddir)/src/statistics/libgnunetstatistics.la \
22 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
@@ -30,7 +30,7 @@ bin_PROGRAMS = \
30 gnunet-service-datastore 30 gnunet-service-datastore
31 31
32gnunet_service_datastore_SOURCES = \ 32gnunet_service_datastore_SOURCES = \
33 gnunet-service-datastore.c plugin_datastore.h 33 gnunet-service-datastore.c
34gnunet_service_datastore_LDADD = \ 34gnunet_service_datastore_LDADD = \
35 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 35 $(top_builddir)/src/statistics/libgnunetstatistics.la \
36 $(top_builddir)/src/util/libgnunetutil.la \ 36 $(top_builddir)/src/util/libgnunetutil.la \