* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.

This commit is contained in:
Eelco Dolstra 2006-09-04 15:12:24 +00:00
parent 7974aae81c
commit aab8812732
6 changed files with 6 additions and 5 deletions

View File

@ -75,6 +75,7 @@ AC_PROG_CXX
# We are going to use libtool.
AC_DISABLE_STATIC
AC_ENABLE_SHARED
AC_PROG_LIBTOOL

View File

@ -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 \

View File

@ -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 \

View File

@ -1,4 +1,4 @@
lib_LTLIBRARIES = libmain.la
pkglib_LTLIBRARIES = libmain.la
libmain_la_SOURCES = shared.cc shared.hh

View File

@ -1,4 +1,4 @@
lib_LTLIBRARIES = libstore.la
pkglib_LTLIBRARIES = libstore.la
libstore_la_SOURCES = \
store.cc store.hh derivations.cc derivations.hh \

View File

@ -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 \