summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorEvangelos Foutras <evangelos@foutrelis.com>2020-05-06 16:47:21 +0300
committerAli Abdallah <ali.abdallah@suse.com>2020-05-11 14:05:05 +0200
commite1d28920341336087efca2e0d1c59c91f9d7ab56 (patch)
tree905e7e78a290315ef1d853b20738d67587be43ab /xfconf
parent5d7791d29bf7cf768ae103f2a83ff8b241da2d4b (diff)
downloadxfconf-e1d28920341336087efca2e0d1c59c91f9d7ab56.tar.gz
Always provide files for vala bindings in dist tarball
So even if vala is not installed during the distcheck step, the vala bindings can be built from the dist tarball.
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index a7caf56..33a96c3 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -54,7 +54,8 @@ pkgconfig_DATA = libxfconf-0.pc
EXTRA_DIST = \
abicheck.sh \
- xfconf.symbols
+ xfconf.symbols \
+ libxfconf-0.deps
# required for gtk-doc
dist-hook: all
@@ -107,8 +108,6 @@ libxfconf_0_vapi_FILES = Xfconf-0.gir
vapidir = $(datadir)/vala/vapi
vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
-
-EXTRA_DIST += libxfconf-0.deps
endif
if HAVE_GNUC_VISIBILITY