From 31f55fb489a65043849bdf48c7838773c05c71c8 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 9 May 2014 16:53:56 +0200 Subject: some more fixes --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index a50f78e..26cca7b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -32,7 +32,7 @@ CFLAGS += -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused CFLAGS += $(shell mysql_config --include) -DEFINES = -DPLGDIR='"."' -DUSEUUID -DUSEMD5 +DEFINES = -DPLGDIR='"."' -DUSEUUID -DUSEMD5 -USELIBXML all: lib $(TEST) $(DEMO) lib: $(LIBTARGET).a -- cgit v1.2.3