From: Ruben Kerkhof Date: Sun, 5 Oct 2014 10:59:09 +0000 (+0200) Subject: Set preprocessor flag, not compiler X-Git-Tag: rec-3.7.0-rc1~221^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856dc5e76f12c28809746259ab276ae7699627f8;p=thirdparty%2Fpdns.git Set preprocessor flag, not compiler --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index f323e60099..1e63ef70e2 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -42,10 +42,10 @@ libtestremotebackend_la_LIBADD=-L../../pdns/ext/yahttp/yahttp -lyahttp if PKCS11 libtestremotebackend_la_SOURCES += ../../pdns/pkcs11signers.hh ../../pdns/pkcs11signers.cc -libtestremotebackend_la_LIBADD+=$(P11KIT1_LIBS) +libtestremotebackend_la_LIBADD += $(P11KIT1_LIBS) +libtestremotebackend_la_CPPFLAGS = $(P11KIT1_CFLAGS) $(AM_CPPFLAGS) endif -libtestremotebackend_la_CXXFLAGS=$(P11KIT1_CFLAGS) test_remotebackend_pipe_SOURCES=test-remotebackend.cc test-remotebackend-pipe.cc test-remotebackend-keys.hh test_remotebackend_unix_SOURCES=test-remotebackend.cc test-remotebackend-unix.cc test-remotebackend-keys.hh