From 47a8676625bc2204a173f7082f4270cdfe8b423f Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 29 Aug 2022 20:28:03 +1000 Subject: build-sys: Relocate lib/ test files in lib go to src/tests include/ goes to local/ lib/*.c goes to local/ Signed-off-by: Craig Small --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7acd15e..9ee0398 100644 --- a/configure.ac +++ b/configure.ac @@ -392,7 +392,7 @@ AC_SUBST(DEJAGNU) AC_CHECK_FUNCS([__fpending alarm atexit dup2 gethostname getpagesize gettimeofday iswprint memchr memmove memset mkdir nl_langinfo putenv regcomp rpmatch select setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strverscmp utmpname wcwidth]) AC_CONFIG_FILES([Makefile - include/Makefile + local/Makefile po-man/Makefile po/Makefile.in library/libproc-2.pc -- cgit v1.2.1