mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
New --disable-glib configure option
This option uses the fake GLib shim even when GLib is present on the system.
This commit is contained in:
@@ -3,7 +3,7 @@ BUILT_SOURCES = parser.h
|
||||
AM_YFLAGS = -d
|
||||
lib_LTLIBRARIES = libmdbsql.la
|
||||
libmdbsql_la_SOURCES= mdbsql.c parser.y lexer.l
|
||||
if !HAVE_GLIB
|
||||
if FAKE_GLIB
|
||||
libmdbsql_la_SOURCES += ../libmdb/fakeglib.c
|
||||
endif
|
||||
libmdbsql_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^mdb_sql_'
|
||||
|
||||
Reference in New Issue
Block a user