From b7ac85a604c8756aad0a5cc9be3b61e943e5c220 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Mar 2014 11:07:20 +0100 Subject: fix magickwand compile flags --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ff9e1b9..885cdcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ aac_enc_dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq aac_enc_dabplus_zmq_SOURCES = aac-enc-dabplus-zmq.c wavreader.c \ contrib/lib_crc.c -mot_encoder_CFLAGS = @MAGICKWAND_CPPFLAGS@ -Icontrib +mot_encoder_CFLAGS = @MAGICKWAND_CFLAGS@ -Icontrib mot_encoder_LDADD = @MAGICKWAND_LDADD@ mot_encoder_SOURCES = mot-encoder.c contrib/lib_crc.c diff --git a/configure.ac b/configure.ac index 5283420..9306aaf 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_CHECK_LIB(zmq, zmq_init, , AC_MSG_ERROR(ZeroMQ libzmq is required)) if pkg-config MagickWand; then MAGICKWAND_CFLAGS=`pkg-config MagickWand --cflags` MAGICKWAND_LDADD=`pkg-config MagickWand --libs` - AC_SUBST(MAGICKWAND_CPPFLAGS) + AC_SUBST(MAGICKWAND_CFLAGS) AC_SUBST(MAGICKWAND_LDADD) else AC_MSG_ERROR(MagickWand not found) -- cgit v1.2.3