aboutsummaryrefslogtreecommitdiff
path: root/src/sq/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-27 02:08:21 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-27 02:08:21 +0100
commit8b3286e953a80cf069271957ec817485ebe5b14e (patch)
treef8d013d64ad9bb0531e087234894f040f0819f70 /src/sq/Makefile.am
parent34cbc615577b80ad57c706c0001123f3d5cb752d (diff)
downloadgnunet-8b3286e953a80cf069271957ec817485ebe5b14e.tar.gz
gnunet-8b3286e953a80cf069271957ec817485ebe5b14e.zip
implement sq_query_helper.c
Diffstat (limited to 'src/sq/Makefile.am')
-rw-r--r--src/sq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am
index 7197e7ab4..c5f80bcf6 100644
--- a/src/sq/Makefile.am
+++ b/src/sq/Makefile.am
@@ -17,7 +17,7 @@ libgnunetsq_la_SOURCES = \
17 sq.c \ 17 sq.c \
18 sq_query_helper.c \ 18 sq_query_helper.c \
19 sq_result_helper.c 19 sq_result_helper.c
20libgnunetsq_la_LIBADD = -lsq \ 20libgnunetsq_la_LIBADD = -lsqlite3 \
21 $(top_builddir)/src/util/libgnunetutil.la 21 $(top_builddir)/src/util/libgnunetutil.la
22libgnunetsq_la_LDFLAGS = \ 22libgnunetsq_la_LDFLAGS = \
23 $(POSTGRESQL_LDFLAGS) \ 23 $(POSTGRESQL_LDFLAGS) \