summaryrefslogtreecommitdiff
path: root/src/sq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-12 16:56:11 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-12 16:56:11 +0100
commit48510e67c596abe400cfca758888fc73d4966e31 (patch)
tree8beac7cfd61654af0a1b49e57b9658b10ac26fec /src/sq
parent397cce0bbb93918898851ba0b2021a56caf90552 (diff)
downloadgnunet-48510e67c596abe400cfca758888fc73d4966e31.tar.gz
gnunet-48510e67c596abe400cfca758888fc73d4966e31.zip
fix sq issue
Diffstat (limited to 'src/sq')
-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 c5f80bcf6..cfccd89f6 100644
--- a/src/sq/Makefile.am
+++ b/src/sq/Makefile.am
@@ -9,7 +9,7 @@ if USE_COVERAGE
9 AM_CFLAGS = --coverage 9 AM_CFLAGS = --coverage
10endif 10endif
11 11
12if HAVE_POSTGRESQL 12if HAVE_SQLITE
13lib_LTLIBRARIES = libgnunetsq.la 13lib_LTLIBRARIES = libgnunetsq.la
14endif 14endif
15 15