left worktable.c out of Makefile.am

use proper glib version in extras/
This commit is contained in:
brianb
2004-01-10 13:25:31 +00:00
parent 278cf8ef42
commit dd534f39dc
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
bin_PROGRAMS = mdb-dump
mdb_dump_SOURCES = mdb-dump.c mdbsupport.c
INCLUDES = -I$(top_srcdir)/include `glib-config --cflags`
INCLUDES = -I$(top_srcdir)/include $(GLIB_CFLAGS)
LDADD = ../libmdb/libmdb.la
LIBS = `glib-config --libs`
LIBS = $(GLIB_LIBS)