From: Peter van Dijk Date: Fri, 15 Mar 2013 11:58:36 +0000 (+0000) Subject: typo X-Git-Tag: rec-3.5-rc3~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dccfc3d5e28e23d139b524b1619420916022a4b;p=thirdparty%2Fpdns.git typo git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3120 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 82955c154b..e429303932 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -233,7 +233,7 @@ dnsdemog_SOURCES=dnsdemog.cc misc.cc unix_utility.cc qtype.cc \ rec_control_SOURCES=rec_channel.cc rec_channel.hh rec_control.cc arguments.cc arguments.hh misc.cc qtype.cc \ unix_utility.cc logger.cc statbag.cc -testrunner_SOURCES=testrunner.c test-misc_hh.cc +testrunner_SOURCES=testrunner.cc test-misc_hh.cc testrunner_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) testrunner_LDADD= $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)