aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-05 12:37:42 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-05 12:37:42 +0000
commit98f6e6f2f5cebff88d8b9d1ad82cfa603c0b70be (patch)
treef8911d14cd3127cf30d238c69dd7263f21c22796 /src/datastore/Makefile.am
parent88c11d3a2219762a919e49872d6d24108b06b987 (diff)
downloadgnunet-98f6e6f2f5cebff88d8b9d1ad82cfa603c0b70be.tar.gz
gnunet-98f6e6f2f5cebff88d8b9d1ad82cfa603c0b70be.zip
mysql fix for certain distros
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 9fd0253f3..a96e22d4c 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) -lmysqlclient 76 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient
77libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \ 77libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \
78 $(MYSQL_CPPFLAGS) 78 $(MYSQL_CPPFLAGS)
79 79