mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +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`
|