diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T15·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T15·12+0000 |
commit | aab88127321344d5818d823bff515d127108d058 (patch) | |
tree | 3c9667bae7e3d2376f140abc35d6e810013d44b0 /src/libexpr/Makefile.am | |
parent | 7974aae81ced67b2aee0b537a37d813f6c67a1ec (diff) |
* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.
Diffstat (limited to 'src/libexpr/Makefile.am')
-rw-r--r-- | src/libexpr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |