mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Only mdb-sql depends on readline
This commit is contained in:
@@ -4,5 +4,5 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS)
|
||||
LDADD = ../libmdb/libmdb.la
|
||||
if SQL
|
||||
mdb_sql_LDADD = ../libmdb/libmdb.la ../sql/libmdbsql.la
|
||||
mdb_sql_LDADD = ../libmdb/libmdb.la ../sql/libmdbsql.la $(LIBREADLINE)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user