aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
commitc0b0474454327ca1c1a17851a350b5686a71206b (patch)
treefeccc1c828d87e4deeba00a53ff51a21066a56b9 /src/datastore/Makefile.am
parentb2ca9e02d36e97b4e56d35779b673d620369e38b (diff)
downloadgnunet-c0b0474454327ca1c1a17851a350b5686a71206b.tar.gz
gnunet-c0b0474454327ca1c1a17851a350b5686a71206b.zip
fixes
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 \