[libgda] autotools: fix build for ldap-browser



commit d3300b2c68e915a22bbb6098b0cde4b0fcb1e5da
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Sat Feb 16 16:47:18 2019 -0600

    autotools: fix build for ldap-browser

 providers/sqlcipher/meson.build        | 1 +
 providers/sqlite/meson.build           | 1 +
 tools/browser/ldap-browser/Makefile.am | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/providers/sqlcipher/meson.build b/providers/sqlcipher/meson.build
index 323ce89ed..9406389cd 100644
--- a/providers/sqlcipher/meson.build
+++ b/providers/sqlcipher/meson.build
@@ -104,6 +104,7 @@ libgda_sqlcipher_provider = library ('gda-sqlcipher-'+project_api_version,
                libcrypto_dep,
                inc_libgda_sqlcipherh_dep,
                inc_sqliteh_dep,
+               inc_libgdah_dep
                ],
        c_args: sqlcipher_cargs,
        link_with: libgda,
diff --git a/providers/sqlite/meson.build b/providers/sqlite/meson.build
index d74761815..058a21c53 100644
--- a/providers/sqlite/meson.build
+++ b/providers/sqlite/meson.build
@@ -69,6 +69,7 @@ libgda_sqlite_provider = library ('gda-sqlite-'+project_api_version,
                sqlite_dep,
                inc_libgda_sqliteh_dep,
                inc_sqliteh_dep,
+               inc_libgdah_dep
                ],
        c_args: [
                '-include',
diff --git a/tools/browser/ldap-browser/Makefile.am b/tools/browser/ldap-browser/Makefile.am
index c5f3e8a0d..8b6c7a28f 100644
--- a/tools/browser/ldap-browser/Makefile.am
+++ b/tools/browser/ldap-browser/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
 
 ldap-marshal.h: marshal.list $(GLIB_GENMARSHAL)
        $(GLIB_GENMARSHAL) $< --header --prefix=_ldap_marshal > $@
-ldap-marshal.c: marshal.list $(GLIB_GENMARSHAL) marshal.h
+ldap-marshal.c: marshal.list $(GLIB_GENMARSHAL) ldap-marshal.h
        $(GLIB_GENMARSHAL) $< --body --prefix=_ldap_marshal > $@
 
 GENFILES = \


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