diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T18·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T18·12+0000 |
commit | 73fe6871c479f7670f8c93b0cc9ef7bb1a851777 (patch) | |
tree | 41b4e3c7bc772bdd3e1df34fb929faa6e70268d0 /configure.ac | |
parent | 55481c44d4767ffde561c02b039717916e0536f6 (diff) |
* Include the Nix Perl bindings in Nix itself. This will allow the
bindings to be used in Nix's own Perl scripts. The only downside is that Perl XS and Automake/libtool don't really like each other, so building is a bit tricky.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3b8617f93d1f..b0ce642a7965 100644 --- a/configure.ac +++ b/configure.ac @@ -341,6 +341,7 @@ AC_CONFIG_FILES([Makefile src/nix-setuid-helper/Makefile src/nix-log2xml/Makefile src/bsdiff-4.3/Makefile + perl/Makefile scripts/Makefile corepkgs/Makefile corepkgs/nar/Makefile |