aboutsummaryrefslogtreecommitdiff
path: root/src/mysql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
commit9df4cb72d3e3b914caa8e1dc451519715a360026 (patch)
treef020046b369296c67e0835cafbb4b3bfe643463c /src/mysql
parent3ab14ab0253aeb1e715caad470e8f308c8243cdf (diff)
downloadgnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.tar.gz
gnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.zip
-make buildbots happier
Diffstat (limited to 'src/mysql')
-rw-r--r--src/mysql/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am
index c91dd80ca..d3c9ee31a 100644
--- a/src/mysql/Makefile.am
+++ b/src/mysql/Makefile.am
@@ -8,13 +8,14 @@ if USE_COVERAGE
8 AM_CFLAGS = --coverage 8 AM_CFLAGS = --coverage
9endif 9endif
10 10
11if HAVE_MYSQL
11lib_LTLIBRARIES = libgnunetmysql.la 12lib_LTLIBRARIES = libgnunetmysql.la
13endif
12 14
13libgnunetmysql_la_SOURCES = \ 15libgnunetmysql_la_SOURCES = \
14 mysql.c 16 mysql.c
15libgnunetmysql_la_LIBADD = $(MYSQL_LDFLAGS) -lmysqlclient \ 17libgnunetmysql_la_LIBADD = $(MYSQL_LDFLAGS) -lmysqlclient \
16 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la
17libgnunetmysql_la_LDFLAGS = \ 19libgnunetmysql_la_LDFLAGS = \
18 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
19 -version-info 0:0:0 21 -version-info 0:0:0
20