From: Michal 'vorner' Vaner Date: Thu, 19 Apr 2012 13:48:45 +0000 (+0200) Subject: Fix makefile X-Git-Tag: trac2351_base~226^2~116^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4fd9934de5258ad1668c4cbba408fe59427c040;p=thirdparty%2Fkea.git Fix makefile The run_unittests should be linked only if it is compiled. Confirmed on jabber this was a mistake. --- diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index 56010c5d9d..f9fac2fdac 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -74,6 +74,7 @@ run_unittests_LDADD += $(top_builddir)/src/lib/statistics/libstatistics.la check-local: B10_FROM_BUILD=${abs_top_builddir} ./run_unittests -endif noinst_PROGRAMS = run_unittests + +endif