aboutsummaryrefslogtreecommitdiff
path: root/sntp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/configure.ac')
-rw-r--r--sntp/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/sntp/configure.ac b/sntp/configure.ac
index 172c6b1a1f7d..c0c98dce91fc 100644
--- a/sntp/configure.ac
+++ b/sntp/configure.ac
@@ -137,6 +137,7 @@ AC_DEFINE([HAVE_TERMIOS], 1, [sntp does not care about TTY stuff])
# Checks for library functions.
AC_CHECK_FUNCS([socket])
+NTP_UNITYBUILD
# HMS: if we don't find c++ we should not look for gtest.
AC_PROG_CXX
NTP_GOOGLETEST
@@ -150,5 +151,7 @@ AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([include/Makefile])
AC_CONFIG_FILES([scripts/Makefile])
AC_CONFIG_FILES([tests/Makefile])
+AC_CONFIG_FILES([tests/fileHandlingTest.h])
+AC_CONFIG_FILES([unity/Makefile])
AC_OUTPUT