aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
commitdbd516d426cd54b2991be23f1e94938a41e97172 (patch)
treec818117825ca1664de970b8337447511ef703efb /src/peerstore/Makefile.am
parent5deeabd24d11f46d41abd12364417faa729ad20c (diff)
downloadgnunet-dbd516d426cd54b2991be23f1e94938a41e97172.tar.gz
gnunet-dbd516d426cd54b2991be23f1e94938a41e97172.zip
-fix build issue
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index e8d865c46..766055baf 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -52,7 +52,6 @@ libgnunetpeerstore_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) 52 $(GN_LIB_LDFLAGS)
53 53
54if HAVE_SQLITE 54if HAVE_SQLITE
55
56plugin_LTLIBRARIES = \ 55plugin_LTLIBRARIES = \
57 libgnunet_plugin_peerstore_sqlite.la 56 libgnunet_plugin_peerstore_sqlite.la
58 57
@@ -64,8 +63,6 @@ libgnunet_plugin_peerstore_sqlite_la_LIBADD = \
64 $(LTLIBINTL) 63 $(LTLIBINTL)
65libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ 64libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \
66 $(GN_PLUGIN_LDFLAGS) 65 $(GN_PLUGIN_LDFLAGS)
67end
68
69endif 66endif
70 67
71check_PROGRAMS = \ 68check_PROGRAMS = \