8840882d23
Utilities and libraries to export data from MS Access databases (.mdb) PR: 26855 Submitted by: Anders Nordby <anders@fix.no>
14 lines
558 B
Plaintext
14 lines
558 B
Plaintext
--- src/libmdb/Makefile.in.orig Wed Apr 25 15:11:32 2001
|
|
+++ src/libmdb/Makefile.in Wed Apr 25 15:11:56 2001
|
|
@@ -77,8 +77,8 @@
|
|
|
|
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`
|
|
+INCLUDES = -I$(top_srcdir)/include `$(GLIB_CONFIG) --cflags`
|
|
+LIBS = `$(GLIB_CONFIG) --libs`
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|