From aab88127321344d5818d823bff515d127108d058 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Sep 2006 15:12:24 +0000 Subject: * Store the Nix libraries in ${libdir}/nix instead of ${libdir}. --- src/libstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore') diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index c79830d8ae97..3730ae5b2de1 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libstore.la +pkglib_LTLIBRARIES = libstore.la libstore_la_SOURCES = \ store.cc store.hh derivations.cc derivations.hh \ -- cgit 1.4.1