[Xfce4-commits] <xfconf:master> Add dist-hook: all to common/Makefile.am for testing.
Jannis Pohlmann
noreply at xfce.org
Sun Sep 27 14:14:01 CEST 2009
Updating branch refs/heads/master
to 1d688dd6ae3054336a1f4334a376c611d09e5170 (commit)
from d7354073a2abf1c44606386eec28f0eae79049ca (commit)
commit 1d688dd6ae3054336a1f4334a376c611d09e5170
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Sun Sep 27 14:11:29 2009 +0200
Add dist-hook: all to common/Makefile.am for testing.
I'll revert this if it doesn't fix make distcheck. It looks like xfconf
fails inside "make dist-hook" on buildbot with a missing rule for
libxfconf-common.la, but I'm not sure this will fix it.
common/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/common/Makefile.am b/common/Makefile.am
index 8e00d10..c229977 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -73,3 +73,6 @@ EXTRA_DIST = \
xfconf-dbus.xml \
xfconf-marshal.list \
xfconf-types.c
+
+# required for make distcheck
+dist-hook: all
More information about the Xfce4-commits
mailing list