Browse Source

Fix makefile

The run_unittests should be linked only if it is compiled. Confirmed on
jabber this was a mistake.
Michal 'vorner' Vaner 13 years ago
parent
commit
e4fd9934de
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/auth/tests/Makefile.am

+ 2 - 1
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