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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 9d08c8ac9..1e7619d82 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -134,6 +134,7 @@ libgnunet_plugin_datastore_heap_la_LDFLAGS = \
134libgnunet_plugin_datastore_mysql_la_SOURCES = \ 134libgnunet_plugin_datastore_mysql_la_SOURCES = \
135 plugin_datastore_mysql.c 135 plugin_datastore_mysql.c
136libgnunet_plugin_datastore_mysql_la_LIBADD = \ 136libgnunet_plugin_datastore_mysql_la_LIBADD = \
137 $(top_builddir)/src/my/libgnunetmy.la \
137 $(top_builddir)/src/mysql/libgnunetmysql.la \ 138 $(top_builddir)/src/mysql/libgnunetmysql.la \
138 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 139 $(top_builddir)/src/statistics/libgnunetstatistics.la \
139 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) $(Z_LIBS) -lmysqlclient 140 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) $(Z_LIBS) -lmysqlclient