aboutsummaryrefslogtreecommitdiff
path: root/perl/Makefile.am
diff options
context:
space:
mode:
authorMats Erik Andersson <gnu@gisladisker.se>2012-10-10 11:10:28 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-10 10:28:33 -0400
commitecedd9c50c50bb42accf27394193bb7ef80c75b0 (patch)
treeb1cc333064c0cd4a62352047c878aa1a42c62ca8 /perl/Makefile.am
parent70f75be199d8db959d313dc40111893fba56415f (diff)
Out-of-tree building of perl modules.
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r--perl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index e42894353..aaf76bbc8 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -26,6 +26,7 @@ AM_CXXFLAGS = \
-D_FILE_OFFSET_BITS=64
lib/Nix/Store.cc: lib/Nix/Store.xs
+ $(INSTALL) -d lib/Nix
xsubpp $^ -output $@
else