summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/libgda/files/libgda-9999-fix-build-order.patch')
-rw-r--r--gnome-extra/libgda/files/libgda-9999-fix-build-order.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch b/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch
new file mode 100644
index 0000000..cd2fbb5
--- /dev/null
+++ b/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch
@@ -0,0 +1,14 @@
+diff --git a/libgda/sqlite/Makefile.am b/libgda/sqlite/Makefile.am
+index b3bf302..c7be5e1 100644
+--- a/libgda/sqlite/Makefile.am
++++ b/libgda/sqlite/Makefile.am
+@@ -58,7 +58,8 @@ sqlitesources = \
+ gda-sqlite.h \
+ keywords_hash.h \
+ gda-symbols-util.h \
+- gda-symbols-util.c
++ gda-symbols-util.c \
++ $(BUILT_SOURCES)
+
+ BUILT_SOURCES = xml_embedded.h keywords_hash.c
+