summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2021-01-19 00:00:00 -0600
committerCraig Small <csmall@dropbear.xyz>2021-01-21 17:30:25 +1100
commit423297c9dba419a9a23b11cd4382c0ee42d9b52a (patch)
tree42c5966ebd4a0b71d327cd882dcf29c4b726463a /Makefile.am
parent1fdd7d496679b14fd3bcf89d58ffce2d175ecdfc (diff)
downloadprocps-ng-423297c9dba419a9a23b11cd4382c0ee42d9b52a.tar.gz
all: make buildable again for new 'misc.h' header file
With the 4 header files removed in the previous patch, this commit just changes all those obsolete references to that new consolidated 'misc.h' header file instead. Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index a8598b5..fae2263 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -253,8 +253,8 @@ proc_libprocps_la_SOURCES = \
proc/procps-private.h \
proc/meminfo.c \
proc/meminfo.h \
+ proc/misc.h \
proc/namespace.c \
- proc/namespace.h \
proc/numa.c \
proc/numa.h \
proc/pids.c \
@@ -268,28 +268,22 @@ proc_libprocps_la_SOURCES = \
proc/stat.c \
proc/stat.h \
proc/sysinfo.c \
- proc/sysinfo.h \
proc/version.c \
- proc/version.h \
proc/vmstat.c \
proc/vmstat.h \
proc/wchan.c \
proc/wchan.h \
proc/uptime.c \
- proc/uptime.h \
proc/xtra-procps-debug.h
proc_libprocps_la_includedir = $(includedir)/procps/
proc_libprocps_la_include_HEADERS = \
proc/diskstats.h \
proc/meminfo.h \
- proc/namespace.h \
+ proc/misc.h \
proc/pids.h \
proc/slabinfo.h \
proc/stat.h \
- proc/sysinfo.h \
- proc/uptime.h \
- proc/version.h \
proc/vmstat.h \
proc/xtra-procps-debug.h