summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2016-04-25 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2016-04-26 22:27:16 +1000
commit3a48427d5dfd71d48d05cdf5efdf114afb84ca5d (patch)
tree3b3e8ca62a7d62b1974deac909fda657d928dbb8 /Makefile.am
parentb778a267fe27422c300f759e62ef796fbdd559cd (diff)
downloadprocps-ng-3a48427d5dfd71d48d05cdf5efdf114afb84ca5d.tar.gz
library: rename those readstat.c & h sources to 'stat'
In an attempt to normalize the 'stat' interface, we'll first shed any reminders of the old readproc interface by changing file names to be more descriptive & brief. Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 07091a6..7a02cc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -193,10 +193,10 @@ proc_libprocps_la_SOURCES = \
proc/pwcache.h \
proc/readproc.c \
proc/readproc.h \
- proc/readstat.c \
- proc/readstat.h \
proc/slab.c \
proc/slab.h \
+ proc/stat.c \
+ proc/stat.h \
proc/sysinfo.c \
proc/sysinfo.h \
proc/version.c \