summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbball <bball@octorok.org>2009-01-29 12:25:37 -0800
committerbball <bball@octorok.org>2009-01-29 12:25:37 -0800
commit8515014c9f326534cb299febe91b398bc48d3485 (patch)
treec6d11eeae2c392f581d8f871f28c439b564bb2da /Makefile
parent7e91df967dbca3fde9697ac4f53f70d498f9e371 (diff)
downloadvdr-plugin-yaepghd-8515014c9f326534cb299febe91b398bc48d3485.tar.gz
vdr-plugin-yaepghd-8515014c9f326534cb299febe91b398bc48d3485.tar.bz2
- Incorporated new patch from Rolf, see HISTORY for changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10382a1..7fac6c9 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ INCLUDES += -I$(VDRDIR)/include -I.
LIBS = -lMagick++
-INCLUDES += $(shell pkg-config --cflags-only-I Magick++)
+INCLUDES += $(shell pkg-config --cflags-only-I Magick++ 2>/dev/null)
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'