summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e3fbf3..be6af64 100644
--- a/Makefile
+++ b/Makefile
@@ -51,11 +51,8 @@ SOFILE = libvdr-$(PLUGIN).so
INCLUDES += $(shell pkg-config --cflags Magick++)
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-DEFINES += $(shell xml2-config --cflags)
LIBS += $(shell pkg-config --libs Magick++)
-LIBS += $(shell pkg-config --libs libcurl)
-LIBS += $(shell xml2-config --libs)
### The object files (add further files here):