misc: Update pc file to new library name

This commit is contained in:
Craig Small 2022-08-29 20:42:45 +10:00
parent 15a0a71406
commit 55cc33fc0a
2 changed files with 2 additions and 10 deletions

8
lib/.gitignore vendored
View File

@ -1,8 +0,0 @@
.dirstamp
*.trs
test_fileutils
test_nsutils
test_process
test_shm
test_strutils
test_strtod_nol

View File

@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libproc-2
Name: libproc2
Description: Library to control and query process state
Version: @VERSION@
Libs: -L${libdir} -lproc-2
Libs: -L${libdir} -lproc2
Libs.private:
Cflags: -I${includedir}