aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-23 22:12:46 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-23 22:12:46 +0000
commitb4e6d98fc33df055c8230903bb7d9633042a6374 (patch)
treeb4bf61f9a936e80fe0d2af8808818e78821e509b /src
parent2b20318b0e968432438a7528b2d11d05585877c2 (diff)
* configure: flag --with-sqlite.
Diffstat (limited to 'src')
-rw-r--r--src/libstore/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am
index 0140857b8..2f8bb72da 100644
--- a/src/libstore/Makefile.am
+++ b/src/libstore/Makefile.am
@@ -10,14 +10,15 @@ pkginclude_HEADERS = \
globals.hh references.hh pathlocks.hh \
worker-protocol.hh
-libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@
+libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la \
+ ${sqlite_lib} @ADDITIONAL_NETWORK_LIBS@
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh
EXTRA_DIST = derivations-ast.def derivations-ast.cc
AM_CXXFLAGS = -Wall \
- -I$(srcdir)/.. ${aterm_include} -I$(srcdir)/../libutil
+ -I$(srcdir)/.. ${aterm_include} ${sqlite_include} -I$(srcdir)/../libutil
local-store.lo: schema.sql.hh