summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2019-06-23 20:04:43 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2019-06-24 09:56:27 +0200
commitb8f9b28850a2e64ac44bdca86e62768750bbffeb (patch)
tree526a13832d179b02857c975d7a766a3cf8ebaf32 /xfconf
parent8d4284058bd7acd951f112ac6d3fd42c02eefe7f (diff)
downloadxfconf-b8f9b28850a2e64ac44bdca86e62768750bbffeb.tar.gz
Fix make distcheck
- .deps file needs to be in release tarball to be able to compile vala support
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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