aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-21 21:38:56 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-21 21:38:56 +0000
commit9d837229d3ed0442f7254f90f031acc84f3fd2a6 (patch)
tree28b9610b928747186bfe78b682a85dbb18e4a576 /src/datastore/Makefile.am
parent039b9f809133496854e273db9f29c49af9355dd1 (diff)
downloadgnunet-9d837229d3ed0442f7254f90f031acc84f3fd2a6.tar.gz
gnunet-9d837229d3ed0442f7254f90f031acc84f3fd2a6.zip
fix
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 608fb7770..e4de8fcfa 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -31,6 +31,7 @@ bin_PROGRAMS = \
31gnunet_service_datastore_SOURCES = \ 31gnunet_service_datastore_SOURCES = \
32 gnunet-service-datastore.c plugin_datastore.h 32 gnunet-service-datastore.c plugin_datastore.h
33gnunet_service_datastore_LDADD = \ 33gnunet_service_datastore_LDADD = \
34 $(top_builddir)/src/arm/libgnunetarm.la \
34 $(top_builddir)/src/util/libgnunetutil.la \ 35 $(top_builddir)/src/util/libgnunetutil.la \
35 $(GN_LIBINTL) 36 $(GN_LIBINTL)
36 37
@@ -44,7 +45,6 @@ libgnunet_plugin_datastore_sqlite_la_SOURCES = \
44 plugin_datastore_sqlite.c 45 plugin_datastore_sqlite.c
45libgnunet_plugin_datastore_sqlite_la_LIBADD = \ 46libgnunet_plugin_datastore_sqlite_la_LIBADD = \
46 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 47 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/arm/libgnunetarm.la \
48 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 48 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3
49libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \ 49libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \
50 $(GN_PLUGIN_LDFLAGS) 50 $(GN_PLUGIN_LDFLAGS)