From ddd0ce534ad8ecf9dc57749f354ea6b88b82900f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Jan 2012 16:43:48 +0000 Subject: [PATCH] * Don't distribute Store.cc, it's generated automatically by xsubpp. --- perl/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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