* Don't distribute Store.cc, it's generated automatically by xsubpp.
This commit is contained in:
parent
02f1363e19
commit
ddd0ce534a
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ install-exec-local: $(PERL_MODULES:.in=)
|
||||||
# Awful hackery to get libtool to build Perl XS bindings.
|
# Awful hackery to get libtool to build Perl XS bindings.
|
||||||
pkglib_LTLIBRARIES = libNixStore.la
|
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
|
libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue