[libgda] Autotools: fix embedding ligda resources
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Autotools: fix embedding ligda resources
- Date: Thu, 24 Jan 2019 00:15:45 +0000 (UTC)
commit 7fb06b5c21b983e684db6fde95634ab976960f96
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Wed Jan 23 18:14:45 2019 -0600
Autotools: fix embedding ligda resources
libgda/Makefile.am | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index 169443bf6..181c98047 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -121,7 +121,8 @@ gda_headers = \
gda-db-catalog.h
gda_built_sources= \
- $(builddir)/libgda.h
+ $(builddir)/libgda.h \
+ $(builddir)/libgda.gresources.c
gda_sources= \
gda-batch.c \
@@ -310,6 +311,10 @@ DTD_FILES = libgda-array.dtd \
libgda-server-operation.dtd \
libgda-db-catalog.dtd
+libgda.gresources.c: libgda.gresources.xml $(xml_DATA) $(DTD_FILES)
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(builddir) --generate-source
$(srcdir)/libgda.gresources.xml
+
+
dtddir=$(LIBGDA_DTDDIR)
dtd_DATA=$(DTD_FILES)
EXTRA_DIST = \
@@ -317,9 +322,13 @@ EXTRA_DIST = \
$(xml_DATA) \
gda-marshal.list \
libgda.symbols \
- keywords.list
+ keywords.list \
+ libgda.gresources.xml
+
+DISTCLEANFILES = \
+ .deps/*.P \
+ libgda.gresources.c
-DISTCLEANFILES = .deps/*.P
if ENABLE_GDA_GI
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]