You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keximdb/keximdb/src/mdbtools/libmdb/Makefile.am

12 lines
351 B

# Makefile.am for KexiMDB's stripped-down version of mdbtools
noinst_LTLIBRARIES = libmdb.la
libmdb_la_SOURCES = catalog.c mem.c file.c table.c data.c dump.c \
money.c index.c write.c map.c options.c iconv.c sargs.c \
like.c
libmdb_la_LIBADD=-lm
AM_CFLAGS = -DMETHOD= -DMDB_NO_BACKENDS -DMDB_NO_STATS \
$(GLIB_CFLAGS) \
-I${srcdir}/../include