From 1eb83a1ba0adb2d841ee5de2b12005aab5801995 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Jun 2016 08:19:49 +0000 Subject: use c99 --- src/datastore/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/datastore/Makefile.am') 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 = \ libgnunet_plugin_datastore_mysql_la_SOURCES = \ plugin_datastore_mysql.c libgnunet_plugin_datastore_mysql_la_LIBADD = \ + $(top_builddir)/src/my/libgnunetmy.la \ $(top_builddir)/src/mysql/libgnunetmysql.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) $(Z_LIBS) -lmysqlclient -- cgit v1.2.3