X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fconfigure.ac;h=3b75ca2ad54b761ea9d599011ff861f10e19a21d;hb=0a572071e9c08cfaa3e5d4f1beec9241d03d36a0;hp=ed9cdaf08d806c8a542b457bfc6ede7529457d18;hpb=3344ded94813be90d2181ab0c1fe69bb2352c05b;p=xestiaab%2F.git diff --git a/source/configure.ac b/source/configure.ac index ed9cdaf..3b75ca2 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -192,5 +192,5 @@ AM_COND_IF([GTEST_FOUND], [AC_SUBST([GTEST], [`cat tests/test.commands`])], [AC_SUBST([GTEST], [" @echo \"Google Test was not found on the system. Unable to build tests.\""])]) AM_COND_IF([GTEST_FOUND], [echo "Google Test found on the system. Enabling Unit Tests."]); -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile tests/Makefile]) AC_OUTPUT