From f44adfed65bfac7d6bb15da30ffae9fffafa4a40 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 18 Aug 2013 11:04:29 +0200 Subject: Makefile for new imagemagick version --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e455570..015ae19 100644 --- a/Makefile +++ b/Makefile @@ -48,11 +48,9 @@ SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines and Dependencies (add further entries here): -INCLUDES += $(shell pkg-config --cflags-only-I Magick++) +INCLUDES += $(shell pkg-config --cflags Magick++) DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DEFINES += -DMAGICKCORE_HDRI_ENABLE=0 -DEFINES += -DMAGICKCORE_QUANTUM_DEPTH=16 LIBS += $(shell pkg-config --libs Magick++) -- cgit v1.2.3