c2a29d370c
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>
10 lines
117 B
Makefile
10 lines
117 B
Makefile
dist_noinst_HEADERS = \
|
|
c.h \
|
|
fileutils.h \
|
|
nls.h \
|
|
procio.h \
|
|
rpmatch.h \
|
|
signals.h \
|
|
strutils.h \
|
|
xalloc.h
|