-rw-r--r-- | konforka.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/konforka.pc.in b/konforka.pc.in new file mode 100644 index 0000000..81b1d2f --- a/dev/null +++ b/konforka.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: konforka | ||
7 | Description: Convenience library for common KIN project code | ||
8 | Version: @VERSION@ | ||
9 | Requires: @PC_REQ_PQXX@ | ||
10 | Libs: -L${libdir} -lkonforka | ||
11 | Cflags: -I${includedir} | ||