From c2a29d370cdc1e80ca5f571c092206a478884334 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 1 Apr 2018 00:00:00 -0600 Subject: sysctl: relocate the procio code to a more proper home Now that the procio logic was removed from the library we must move the header file, lest we break make dist. In the process, we will relocate that source file too. [ we'll take a slightly different approach than that ] [ used under the master branch by exploiting those 2 ] [ non-library directories 'include' and 'lib', while ] [ avoiding any sysctl hard coded function prototype. ] Signed-off-by: Jim Warner --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1f79d82..ac43ad1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,8 +213,7 @@ pwdx_LDADD= $(CYGWINFLAGS) sysctl_SOURCES = \ sysctl.c \ lib/fileutils.c \ - procio.c \ - procio.h + lib/procio.c sysctl_LDADD= endif tload_SOURCES = tload.c lib/strutils.c lib/fileutils.c -- cgit v1.2.1