From 8515014c9f326534cb299febe91b398bc48d3485 Mon Sep 17 00:00:00 2001 From: bball Date: Thu, 29 Jan 2009 12:25:37 -0800 Subject: - Incorporated new patch from Rolf, see HISTORY for changes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)"' -- cgit v1.2.3