restructing...automake now used sql stuff working

This commit is contained in:
brianb
2001-04-11 23:33:19 +00:00
parent 58cb55ef0a
commit 12d830dc62
40 changed files with 6665 additions and 1852 deletions

4
src/libmdb/Makefile.am Normal file
View File

@@ -0,0 +1,4 @@
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`