summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 19:02:44 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 19:02:44 +1000
commit3d0871728b4da1922cbb06585b495e55606dcf54 (patch)
tree175ad6aefbb299fe2bdd3a4578a4a91ea39f02df /configure.ac
parent406b6d311cebcf4022b90d0ef243534f4817b992 (diff)
downloadprocps-ng-3d0871728b4da1922cbb06585b495e55606dcf54.tar.gz
build-sys: Relocate library to library/
All the dependent programs needed to have their includes moved too 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 01add32..7acd15e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,6 +395,6 @@ AC_CONFIG_FILES([Makefile
include/Makefile
po-man/Makefile
po/Makefile.in
- proc/libproc-2.pc
+ library/libproc-2.pc
testsuite/Makefile])
AC_OUTPUT