[Xfce4-commits] [xfce/xfce4-panel] 01/01: Always provide files for vala binding in dist tarball

noreply at xfce.org noreply at xfce.org
Sun Jan 12 21:34:40 CET 2020


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       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/xfce4-panel.

commit df9eac2e97ae960483c5e1d3f0a45d87253e3597
Author: Evangelos Foutras <evangelos at foutrelis.com>
Date:   Sun Jan 12 21:28:21 2020 +0100

    Always provide files for vala binding in dist tarball
    
    So even if vala is not installed during the distcheck step, the vala
    bindings can be built from the dist tarball.
---
 libxfce4panel/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index 76015ce..56c5b72 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -165,6 +165,8 @@ endif
 EXTRA_DIST = \
 	abicheck.sh \
 	libxfce4panel.symbols \
+	libxfce4panel-2.0.deps \
+	libxfce4panel-2.0.metadata \
 	libxfce4panel-alias.h \
 	libxfce4panel-aliasdef.c \
 	libxfce4panel-marshal.list \
@@ -184,8 +186,6 @@ libxfce4panel_2_0_vapi_FILES = libxfce4panel-2.0.gir
 
 vapidir = $(datadir)/vala/vapi
 vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
-
-EXTRA_DIST += libxfce4panel-2.0.metadata libxfce4panel-2.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