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/libexpr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexpr') diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am index 81c851fb0037..f0850425994f 100644 --- a/src/libexpr/Makefile.am +++ b/src/libexpr/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libexpr.la +pkglib_LTLIBRARIES = libexpr.la libexpr_la_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \ eval.cc eval.hh primops.cc \ -- cgit 1.4.1