Parcourir la source

Fix makefile

The run_unittests should be linked only if it is compiled. Confirmed on
jabber this was a mistake.
Michal 'vorner' Vaner il y a 13 ans
Parent
commit
e4fd9934de
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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