summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2011-12-17 22:35:05 +1100
committerCraig Small <csmall@enc.com.au>2011-12-17 22:35:05 +1100
commit38763ede406630cb71f9ab5547350133f19fe25e (patch)
treecd625e91d0901a6d8bca9b64b7256cb68f6822f8 /.gitignore
parent5a991f044414f3f393bca1e926af436583547255 (diff)
downloadprocps-ng-38763ede406630cb71f9ab5547350133f19fe25e.tar.gz
Rename library and use proper versioning
Previously the version of libproc always tracked the version of procps. This doesn't work when other non-procps programs link to the library as they are always playing catch up. This change makes the library version independent of the procps version. It will only be incremented when needed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ea304da..2e20e98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,8 +28,8 @@ pkill
pmap
procps-ng-*.tar.gz
proc/.depend
-proc/libproc-ng.la
-proc/libproc-ng.pc
+proc/libprocfs.la
+proc/libprocfs.pc
proc/Makefile
proc/Makefile.in
ps/Makefile