[libgda/wip/meson] meson: fix autotools make
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/wip/meson] meson: fix autotools make
- Date: Fri, 15 Jun 2018 14:35:38 +0000 (UTC)
commit 5202847907dd89252aa556a79720f65e211fb185
Author: Daniel Espinosa <esodan gmail com>
Date: Fri Jun 15 09:34:22 2018 -0500
meson: fix autotools make
libgda/meson.build | 4 ++++
libgda/sqlite/gda-sqlite-util.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/libgda/meson.build b/libgda/meson.build
index f30b44481..e1fe4b83c 100644
--- a/libgda/meson.build
+++ b/libgda/meson.build
@@ -195,6 +195,10 @@ libgda = library(
'-DABI_VERSION='+project_abi_version,
'-DABI_NAME='+project_abi_name,
],
+ objects: [
+ libsqlite.extract_objects(),
+ libsqlite_virtual.extract_objects(),
+ ],
install : true
)
diff --git a/libgda/sqlite/gda-sqlite-util.c b/libgda/sqlite/gda-sqlite-util.c
index 27f3b70bc..159d293a7 100644
--- a/libgda/sqlite/gda-sqlite-util.c
+++ b/libgda/sqlite/gda-sqlite-util.c
@@ -32,7 +32,7 @@
#include "gda-sqlite-recordset.h"
#include <libgda/sqlite/keywords_hash.h>
-#include "keywords_hash.c" /* this one is dynamically generated */
+#include "keywords_hash.code" /* this one is dynamically generated */
static guint
nocase_str_hash (gconstpointer v)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]