aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-03 15:33:19 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-03 15:33:19 +0000
commit596b6f94df8bdb8d22268552d52e2c64759d6007 (patch)
treeeb6c9b6e2455607a75105da370fade05a44743af /src/datastore/Makefile.am
parent854ced49cd342c2318c7caad411def8d7be0e1d9 (diff)
downloadgnunet-596b6f94df8bdb8d22268552d52e2c64759d6007.tar.gz
gnunet-596b6f94df8bdb8d22268552d52e2c64759d6007.zip
fixes
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 fac20f191..9fd0253f3 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -73,7 +73,7 @@ libgnunet_plugin_datastore_mysql_la_LIBADD = \
73 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 73 $(top_builddir)/src/statistics/libgnunetstatistics.la \
74 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lsqlite3 74 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lsqlite3
75libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 75libgnunet_plugin_datastore_mysql_la_LDFLAGS = \
76 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) 76 $(GN_PLUGIN_LDFLAGS) -lmysqlclient
77libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \ 77libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \
78 $(MYSQL_CPPFLAGS) 78 $(MYSQL_CPPFLAGS)
79 79