about summary refs log tree commit diff
path: root/perl
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-01-18T16·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-01-18T16·43+0000
commitddd0ce534ad8ecf9dc57749f354ea6b88b82900f (patch)
tree119bb83242631686b2410c71c6ba07f0034ed364 /perl
parent02f1363e19b7df7cccc3523805bbf4fafe429529 (diff)
* Don't distribute Store.cc, it's generated automatically by xsubpp.
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 8176f86d50..50e68f17ea 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -14,7 +14,9 @@ install-exec-local: $(PERL_MODULES:.in=)
 # Awful hackery to get libtool to build Perl XS bindings.
 pkglib_LTLIBRARIES = libNixStore.la
 
-libNixStore_la_SOURCES = lib/Nix/Store.cc
+nodist_libNixStore_la_SOURCES = lib/Nix/Store.cc
+
+CLEANFILES = lib/Nix/Store.cc
 
 libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la