[Xfce4-commits] [xfce/libxfce4ui] 01/01: Move gresource building out of maintainer mode

noreply at xfce.org noreply at xfce.org
Sun Jul 2 04:23:07 CEST 2017


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

e   r   i   c       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 1092f3df36f1990790572b5b2a1263c1f7ac8eb2
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu Jun 29 06:18:38 2017 +0300

    Move gresource building out of maintainer mode
---
 libxfce4ui/Makefile.am | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index d2f1b34..5d6d2a8 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -98,6 +98,15 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA += \
 	libxfce4ui-2.pc
 
+
+LIBXFCE4UI_RESOURCE_FILES = \
+	libxfce4ui-dialog-ui.ui \
+	$(NULL)
+
+libxfce4ui-resources.c: libxfce4ui.gresource.xml $(LIBXFCE4UI_RESOURCE_FILES)
+	$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source --internal --c-name libxfce4ui libxfce4ui.gresource.xml
+
+
 include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ENV = CC="$(CC)"
@@ -234,17 +243,6 @@ libxfce4ui-enum-types.c: $(libxfce4ui_enum_headers) Makefile
 		$(libxfce4ui_enum_headers) ) > xgen-letc
 	cp xgen-letc libxfce4ui-enum-types.c
 	rm -f xgen-letc
-
-LIBXFCE4UI_RESOURCE_FILES = \
-	libxfce4ui-dialog-ui.ui \
-	$(NULL)
-
-libxfce4ui_built_sources += \
-	libxfce4ui-resources.c
-
-libxfce4ui-resources.c: libxfce4ui.gresource.xml
-	$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source --internal --c-name libxfce4ui $(srcdir)/libxfce4ui.gresource.xml
-
 endif
 
 # required for gtk-doc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list