mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
left worktable.c out of Makefile.am
use proper glib version in extras/
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user