mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Debian 015-allsyms patch redux, missed commit on other file
This commit is contained in:
parent
df4966c847
commit
b089200dfb
@ -14,7 +14,8 @@ libmdbodbc_la_SOURCES= odbc.c connectparams.c
|
||||
libmdbodbc_la_LIBADD= $(patsubst %, $(SQLDIR)/%, \
|
||||
$(patsubst %.c, %.lo, $(SQLSOURCES))) \
|
||||
$(patsubst %, $(MDBDIR)/%, \
|
||||
$(patsubst %.c, %.lo, $(MDBSOURCES)))
|
||||
$(patsubst %.c, %.lo, $(MDBSOURCES))) \
|
||||
../libmdb/libmdb.la
|
||||
LIBS = @LEXLIB@ $(GLIB_LIBS) $(ODBC_LIBS)
|
||||
unittest_LDADD = libmdbodbc.la ../libmdb/libmdb.la ../sql/libmdbsql.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user