diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T12·18+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T12·18+0000 |
commit | fa6a4fcb11fa6db1c35cd1199ce8d1dc794e6cd4 (patch) | |
tree | 7f671940bb68e09ab96e1ef9c7874057891ab245 /src/libstore/Makefile.am | |
parent | 5954eadf6741e0b4cdab23c414d7a6b470cd06db (diff) |
* Add ${sqlite_lib} everywhere. Just adding it in `libstore' doesn't
work on x86_64 when sqlite is compiled statically.
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index e7d6834990e2..b19238e7dd74 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -11,7 +11,7 @@ pkginclude_HEADERS = \ worker-protocol.hh libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la \ - ${sqlite_lib} @ADDITIONAL_NETWORK_LIBS@ + @ADDITIONAL_NETWORK_LIBS@ BUILT_SOURCES = derivations-ast.cc derivations-ast.hh |