summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2022-01-10 17:30:43 +0300
committerdefanor <defanor@uberspace.net>2022-01-10 17:30:43 +0300
commitcfffd2ff85cc9c8656a16d951822abe9d296c219 (patch)
treed0dc254337a46953f192c095a57937427ff0e2d3 /configure.ac
parent7893dabd6ff65a7d69ecc586e6bbab2688505239 (diff)
Add a basic test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f2052df..26d0a76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([-Werror -Wall])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/rexmpp.c])
AC_CONFIG_HEADERS([src/config.h])
-AC_CONFIG_FILES([Makefile src/Makefile rexmpp.pc Doxyfile])
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile rexmpp.pc Doxyfile])
# Checks for programs.
AC_PROG_CC