summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbball <bball@octorok.org>2009-01-24 20:42:53 -0800
committerbball <bball@octorok.org>2009-01-24 20:42:53 -0800
commita9bf3f596f923bfdb6dd2b76b5b82e7b7d9f7663 (patch)
treed791f6e5dfa2128fc1d35044eb600c6426888e8b
parent106c5527338e9090fbdca4d2ca67e1291437af2f (diff)
downloadvdr-plugin-yaepghd-a9bf3f596f923bfdb6dd2b76b5b82e7b7d9f7663.tar.gz
vdr-plugin-yaepghd-a9bf3f596f923bfdb6dd2b76b5b82e7b7d9f7663.tar.bz2
- Removed "-lMagick" from LIBS.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1affdd3..21f56ad 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ PACKAGE = vdr-$(ARCHIVE)
INCLUDES += -I$(VDRDIR)/include -I/usr/include/ImageMagick -I.
-LIBS = -lMagick -lMagick++ -L/usr/local/lib -lcurl
+LIBS = -lMagick++ -L/usr/local/lib -lcurl
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'