aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-17 15:28:55 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-17 15:28:55 +0000
commit5623b6bfbcafeb80f44b6882729a104ad60d9b09 (patch)
tree1c475bcb403180213dc466f36b203b922b420540 /src/datastore/Makefile.am
parent0539ede165af8110a046b6ea1121e13dffc35abe (diff)
downloadgnunet-5623b6bfbcafeb80f44b6882729a104ad60d9b09.tar.gz
gnunet-5623b6bfbcafeb80f44b6882729a104ad60d9b09.zip
plugin datastore mysql
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 9d08c8ac9..6a4b6a27b 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -28,6 +28,7 @@ libgnunetdatastore_la_SOURCES = \
28libgnunetdatastore_la_LIBADD = \ 28libgnunetdatastore_la_LIBADD = \
29 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 29 $(top_builddir)/src/statistics/libgnunetstatistics.la \
30 $(top_builddir)/src/util/libgnunetutil.la \ 30 $(top_builddir)/src/util/libgnunetutil.la \
31 $(top_builddir)/src/my/libgnunetmy.la \
31 $(GN_LIBINTL) 32 $(GN_LIBINTL)
32libgnunetdatastore_la_LDFLAGS = \ 33libgnunetdatastore_la_LDFLAGS = \
33 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 34 $(GN_LIB_LDFLAGS) $(WINFLAGS) \