mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 15:58:31 +00:00
some more fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user