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/libutil/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil') diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 513d8ecf5eb8..7798ac2bb1ca 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libutil.la +pkglib_LTLIBRARIES = libutil.la libutil_la_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh aterm.cc aterm.hh \ -- cgit 1.4.1