build-sys: correct those installed development headers

These headers were used only in the library itself and
it's wrong to have them in the user include directory.

* devname.h .. is used only by: ... pids.c, readproc.c
* numa.h ..... is used only by: ....... pids.c, stat.c
* pwcache.h .. is used only by: ........... readproc.c
* readproc.h . is used only by: ..... escape.c, pids.c
* wchan.h .... is used only by: ............... pids.c

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2020-07-01 00:00:00 -05:00 committed by Craig Small
parent 605ea4a8f7
commit d974f064b5
1 changed files with 0 additions and 5 deletions

View File

@ -274,21 +274,16 @@ proc_libprocps_la_SOURCES = \
proc_libprocps_la_includedir = $(includedir)/procps/
proc_libprocps_la_include_HEADERS = \
proc/devname.h \
proc/diskstats.h \
proc/meminfo.h \
proc/namespace.h \
proc/numa.h \
proc/pids.h \
proc/pwcache.h \
proc/readproc.h \
proc/slabinfo.h \
proc/stat.h \
proc/sysinfo.h \
proc/uptime.h \
proc/version.h \
proc/vmstat.h \
proc/wchan.h \
proc/xtra-procps-debug.h
pkgconfigdir = $(libdir)/pkgconfig