summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 20:28:03 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 20:28:03 +1000
commit47a8676625bc2204a173f7082f4270cdfe8b423f (patch)
tree2acab1825cfda76835e960657ed4ea9d637f10c0 /configure.ac
parentdcce8038bed372141bd97126a71ceee25bf48abf (diff)
downloadprocps-ng-47a8676625bc2204a173f7082f4270cdfe8b423f.tar.gz
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 <csmall@dropbear.xyz>
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 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