summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2011-12-23 09:18:43 +1100
committerCraig Small <csmall@enc.com.au>2011-12-23 09:18:43 +1100
commit2983b305235bb6ed5a22e0a397fce5078b2cb63c (patch)
treeedb570b675c81f995cac198faa22fba93a72f525 /Makefile.am
parent23e753fd473081d2c559d6ef0161c839fcfbdcce (diff)
downloadprocps-ng-2983b305235bb6ed5a22e0a397fce5078b2cb63c.tar.gz
Renaming libprocfs to libprocps
The library used to be called libprocps but it was renamed to make sure there was only one. However the formatting of the library SONAME has changed so there cannot be any confusion. libprocps makes it clear that its a library from this project and not a set of functions directly on the filesystem.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c5be85..e246d02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = proc ps testsuite
AM_CFLAGS = -Iproc
-AM_LDFLAGS = ./proc/libprocfs.la
+AM_LDFLAGS = ./proc/libprocps.la
sbin_PROGRAMS = \
sysctl