aboutsummaryrefslogtreecommitdiff
path: root/src/my/Makefile.am
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-30 15:54:38 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-30 15:54:38 +0000
commit295a7ab56564369098a12e2cc39fac0d5225c465 (patch)
tree7b42713d62e56b60c070f8db13a67c38bacb0122 /src/my/Makefile.am
parentb5454a701bde16ebc577fbb87d09f5dc1ead587e (diff)
downloadgnunet-295a7ab56564369098a12e2cc39fac0d5225c465.tar.gz
gnunet-295a7ab56564369098a12e2cc39fac0d5225c465.zip
create table for test case fixed
Diffstat (limited to 'src/my/Makefile.am')
-rw-r--r--src/my/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/my/Makefile.am b/src/my/Makefile.am
index 7c0bc404e..9103be38e 100644
--- a/src/my/Makefile.am
+++ b/src/my/Makefile.am
@@ -35,6 +35,7 @@ test_my_SOURCES = \
35 test_my.c 35 test_my.c
36test_my_LDADD = \ 36test_my_LDADD = \
37 libgnunetmy.la \ 37 libgnunetmy.la \
38 $(top_builddir)/src/mysql/libgnunetmysql.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 39 $(top_builddir)/src/util/libgnunetutil.la \
39 -lmysqlclient $(XLIB) 40 -lmysqlclient $(XLIB)
40 41