diff options
-rw-r--r-- | src/sq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am index c5f80bcf6b..cfccd89f6d 100644 --- a/src/sq/Makefile.am +++ b/src/sq/Makefile.am @@ -9,7 +9,7 @@ if USE_COVERAGE AM_CFLAGS = --coverage endif -if HAVE_POSTGRESQL +if HAVE_SQLITE lib_LTLIBRARIES = libgnunetsq.la endif |