[Xfce4-commits] [xfce/xfconf] 02/02: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Mon Jun 24 22:01:25 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfconf.
commit b8f9b28850a2e64ac44bdca86e62768750bbffeb
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Sun Jun 23 20:04:43 2019 +0200
Fix make distcheck
- .deps file needs to be in release tarball to be able to compile vala
support
---
xfconf/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index 473daae..e49c325 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -107,7 +107,7 @@ libxfconf_0_vapi_FILES = Xfconf-0.gir
vapidir = $(datadir)/vala/vapi
vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
-DISTCLEANFILES = libxfconf-0.deps
+EXTRA_DIST += libxfconf-0.deps
endif
if HAVE_GNUC_VISIBILITY
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list