misc: Update pc file to new library name
This commit is contained in:
parent
15a0a71406
commit
55cc33fc0a
8
lib/.gitignore
vendored
8
lib/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
.dirstamp
|
|
||||||
*.trs
|
|
||||||
test_fileutils
|
|
||||||
test_nsutils
|
|
||||||
test_process
|
|
||||||
test_shm
|
|
||||||
test_strutils
|
|
||||||
test_strtod_nol
|
|
@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: libproc-2
|
Name: libproc2
|
||||||
Description: Library to control and query process state
|
Description: Library to control and query process state
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lproc-2
|
Libs: -L${libdir} -lproc2
|
||||||
Libs.private:
|
Libs.private:
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user