[ostree] build: A few dist fixes so a tarball build works
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] build: A few dist fixes so a tarball build works
- Date: Tue, 8 May 2012 16:09:59 +0000 (UTC)
commit d43e8cf0b647b484bfff431fbbe6e905ec557c48
Author: Colin Walters <walters verbum org>
Date: Tue May 8 11:59:39 2012 -0400
build: A few dist fixes so a tarball build works
Makefile-ostbuild.am | 1 +
Makefile-triggers.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-ostbuild.am b/Makefile-ostbuild.am
index a6e9706..1ee7150 100644
--- a/Makefile-ostbuild.am
+++ b/Makefile-ostbuild.am
@@ -18,6 +18,7 @@
ostbuild: src/ostbuild/ostbuild.in Makefile
sed -e s,@libdir\@,$(libdir), -e s,@datarootdir\@,$(datarootdir), -e s,@PYTHON\@,$(PYTHON), $< > $ tmp && mv $ tmp $@
bin_SCRIPTS += ostbuild
+EXTRA_DIST += src/ostbuild/ostbuild.in
pyostbuilddir=$(libdir)/ostbuild/pyostbuild
pyostbuild_PYTHON = \
diff --git a/Makefile-triggers.am b/Makefile-triggers.am
index a4d54fc..7721601 100644
--- a/Makefile-triggers.am
+++ b/Makefile-triggers.am
@@ -30,6 +30,7 @@ triggers_SCRIPTS = \
src/triggers/triggers.d/0080gtk+.trigger \
src/triggers/triggers.d/0090desktop-database.trigger \
$(NULL)
+EXTRA_DIST += $(triggers_SCRIPTS)
bin_PROGRAMS += ostree-run-triggers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]