[libgda] Fixed comilation issues



commit c931d247af619a9a136fe91d7ab90297ed11c73f
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Nov 30 22:35:03 2014 +0100

    Fixed comilation issues

 libgda-ui/Makefile.am                |    4 ++--
 libgda-ui/data-entries/Makefile.am   |    2 +-
 tools/browser/query-exec/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libgda-ui/Makefile.am b/libgda-ui/Makefile.am
index 520746a..20565ae 100644
--- a/libgda-ui/Makefile.am
+++ b/libgda-ui/Makefile.am
@@ -165,8 +165,8 @@ DTD_FILES = gdaui-layout.dtd
 dtddir=$(datadir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/dtd
 dtd_DATA=$(DTD_FILES)
 
-gdaui-resources.h gdaui-resources.c: $(srcdir)/gdaui.gresource.xml Makefile $(shell 
$(GLIB_COMPILE_RESOURCES) --generate-dependencies $(srcdir)/gdaui.gresource.xml)
-       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate --c-name _gdaui 
--manual-register $<
+gdaui-resources.h gdaui-resources.c: $(srcdir)/gdaui.gresource.xml Makefile $(shell 
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourcedir=$(builddir) --generate-dependencies 
$(srcdir)/gdaui.gresource.xml)
+       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) 
--generate --c-name _gdaui --manual-register $<
 
 EXTRA_DIST = $(DTD_FILES) \
        libgda-ui.symbols \
diff --git a/libgda-ui/data-entries/Makefile.am b/libgda-ui/data-entries/Makefile.am
index 20cd682..c75e288 100644
--- a/libgda-ui/data-entries/Makefile.am
+++ b/libgda-ui/data-entries/Makefile.am
@@ -70,7 +70,7 @@ libgda_ui_data_entries_la_SOURCES = \
        gdaui-formatted-entry.c \
        gdaui-numeric-entry.c
 
-xmldir   = $(datadir)/libgda-6.0/ui
+xmldir = $(datadir)/libgda-6.0/ui
 xml_in_files = \
        gdaui-entry-string.xml.in \
        gdaui-entry-integer.xml.in \
diff --git a/tools/browser/query-exec/Makefile.am b/tools/browser/query-exec/Makefile.am
index 36c0d22..f49221d 100644
--- a/tools/browser/query-exec/Makefile.am
+++ b/tools/browser/query-exec/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/tools/common \
        -I$(top_srcdir)/tools/base \
        -I$(top_builddir) \
+       -I$(top_builddir)/libgda \
        -I$(top_srcdir) \
        -I$(top_srcdir)/libgda \
        -I$(top_srcdir)/libgda/sqlite \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]