[Xfce4-commits] [xfce/libxfce4ui] 02/02: Always provides needed files for vala binding in dist tarball

noreply at xfce.org noreply at xfce.org
Sun Jan 12 18:27:40 CET 2020


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/libxfce4ui.

commit a3c525551d7830f783e10cf877d2d725296cf751
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Sun Jan 12 18:24:45 2020 +0100

    Always provides needed files for vala binding in dist tarball
    
    - So even if vala is not installed on distcheck step, we can build vala
      binding from dist tarball. Thanks to foutrelis !
---
 libxfce4ui/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index 5b0032d..bc954fb 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -225,7 +225,10 @@ EXTRA_DIST = \
 	libxfce4ui-alias.h \
 	libxfce4ui-aliasdef.c \
 	libxfce4ui-marshal.list \
-	make-libxfce4ui-alias.pl
+	make-libxfce4ui-alias.pl \
+	libxfce4ui-2.0.metadata \
+	libxfce4ui-2.deps
+	
 
 if ENABLE_VAPIGEN
 -include $(VAPIGEN_MAKEFILE)
@@ -241,7 +244,6 @@ libxfce4ui_2_vapi_FILES = libxfce4ui-2.0.gir
 vapidir = $(datadir)/vala/vapi
 vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
 
-EXTRA_DIST += libxfce4ui-2.0.metadata libxfce4ui-2.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