mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
switched over to using glib lists which will allow us the use of hashes when
we do the KKD records.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
CC = gcc
|
||||
|
||||
INC = -I ../include
|
||||
LIBS = -L ../libmdb -lmdb
|
||||
INC = -I ../include `glib-config --cflags`
|
||||
LIBS = -L ../libmdb -lmdb `glib-config --libs`
|
||||
PROGS = prcat
|
||||
PRCATOBJS = prcat.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user