mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
5 lines
255 B
Makefile
5 lines
255 B
Makefile
lib_LTLIBRARIES = libmdb.la
|
|
libmdb_la_SOURCES= catalog.c mem.c file.c kkd.c table.c data.c dump.c backend.c money.c sargs.c index.c like.c write.c stats.c map.c props.c worktable.c
|
|
INCLUDES = -I$(top_srcdir)/include $(GLIB_CFLAGS)
|
|
LIBS = $(GLIB_LIBS) -lm
|