mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
5 lines
218 B
Makefile
5 lines
218 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
|
|
INCLUDES = -I$(top_srcdir)/include `glib-config --cflags`
|
|
LIBS = `glib-config --libs`
|