Skip to content

Commit

Permalink
Merge pull request #47 from UVV-gh/bugfix/pc-files
Browse files Browse the repository at this point in the history
pkg-config: added includedir assignment
  • Loading branch information
mcarbonneaux authored Jan 28, 2021
2 parents fc8c654 + ea9b553 commit 874b148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fcgi++.pc.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=${exec_prefix}/include

Name: fcgi
Description: FastCGI C++ Developer's Kit
URL: https://fastcgi-archives.github.io
Version: @VERSION@
Libs: -L${libdir} -lfcgi++
Cflags: -I${includedir}
2 changes: 2 additions & 0 deletions fcgi.pc.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=${exec_prefix}/include

Name: fcgi
Description: FastCGI Developer's Kit
URL: https://fastcgi-archives.github.io
Version: @VERSION@
Libs: -L${libdir} -lfcgi
Cflags: -I${includedir}

0 comments on commit 874b148

Please sign in to comment.