guix-env: some update.
[oweals/gnunet.git] / src / sq / Makefile.am
index c5f80bcf6bf0ae555e6e09d70703c1b525605f59..119a9473497de388ec9e48d81871a983d03e9e14 100644 (file)
@@ -1,5 +1,5 @@
 # This Makefile.am is in the public domain
-AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/src/include 
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -9,7 +9,7 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage
 endif
 
-if HAVE_POSTGRESQL
+if HAVE_SQLITE
 lib_LTLIBRARIES = libgnunetsq.la
 endif
 
@@ -20,7 +20,6 @@ libgnunetsq_la_SOURCES = \
 libgnunetsq_la_LIBADD = -lsqlite3 \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetsq_la_LDFLAGS = \
- $(POSTGRESQL_LDFLAGS) \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0