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/boost/format/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boost') diff --git a/src/boost/format/Makefile.am b/src/boost/format/Makefile.am index eb4d7dee82d5..39bc6fe07e79 100644 --- a/src/boost/format/Makefile.am +++ b/src/boost/format/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libformat.la +pkglib_LTLIBRARIES = libformat.la libformat_la_SOURCES = format_implementation.cc free_funcs.cc \ parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \ -- cgit 1.4.1