aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql/Makefile.am')
-rw-r--r--src/mysql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am
index 1711e7572..c98c71b44 100644
--- a/src/mysql/Makefile.am
+++ b/src/mysql/Makefile.am
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = libgnunetmysql.la
12 12
13libgnunetmysql_la_SOURCES = \ 13libgnunetmysql_la_SOURCES = \
14 mysql.c 14 mysql.c
15libgnunetmysql_la_LIBADD = -lmysqlclient \ 15libgnunetmysql_la_LIBADD = $(MYSQL_LDFLAGS) -lmysqlclient \
16 $(top_builddir)/src/util/libgnunetutil.la 16 $(top_builddir)/src/util/libgnunetutil.la
17libgnunetmysql_la_LDFLAGS = \ 17libgnunetmysql_la_LDFLAGS = \
18 $(GN_LIB_LDFLAGS) \ 18 $(GN_LIB_LDFLAGS) \