]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix automake warnings for remotebackend testsuite 2255/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 19 Feb 2015 19:18:31 +0000 (20:18 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 19 Feb 2015 19:18:31 +0000 (20:18 +0100)
commit3fc738057e6ec7ac8440fff1dc239e3c4f7c19b0
tree91559d44edd2abb6a7b9f7ce70c9ddb31b1c37c0
parentfbab7b65d674bf12cf2c1bfa7f7dbe35b9b6e051
Fix automake warnings for remotebackend testsuite

Define RECHECK_LOGS and TEST_EXTENSIONS outside of the UNIT_TESTS
conditional

Fixes the following warnings:
/usr/share/automake-1.14/am/check.am: warning: RECHECK_LOGS was already defined in condition UNIT_TESTS, which is included in condition TRUE ...

modules/remotebackend/Makefile.am:74: ... 'RECHECK_LOGS' previously defined here

modules/remotebackend/Makefile.am:62: warning: 'TEST_EXTENSIONS' cannot have conditional contents
modules/remotebackend/Makefile.am