procps/include/Makefile.am
Jim Warner c2a29d370c 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 <james.warner@comcast.net>
2018-05-06 07:19:37 +10:00

10 lines
117 B
Makefile

dist_noinst_HEADERS = \
c.h \
fileutils.h \
nls.h \
procio.h \
rpmatch.h \
signals.h \
strutils.h \
xalloc.h