]> granicus.if.org Git - pdns/commitdiff
Remove duplicate POLARSSL_CFLAGS
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 10:43:43 +0000 (12:43 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 6 Oct 2014 10:07:11 +0000 (12:07 +0200)
modules/remotebackend/Makefile.am

index 1ed2974f8126a32d94dc1efc8ff1ad0a6fee6086..fa28e0f1a4ea5950ab8ec56feddc646ac80e0218 100644 (file)
@@ -45,7 +45,7 @@ libtestremotebackend_la_SOURCES += ../../pdns/pkcs11signers.hh ../../pdns/pkcs11
 libtestremotebackend_la_LIBADD+=$(P11KIT1_LIBS)
 endif
 
-libtestremotebackend_la_CXXFLAGS=$(POLARSSL_CFLAGS) $(LIBZMQ_CFLAGS) $(P11KIT1_CFLAGS)
+libtestremotebackend_la_CXXFLAGS=$(LIBZMQ_CFLAGS) $(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