diff options
Diffstat (limited to 'libmicrohttpd.pc.in')
-rw-r--r-- | libmicrohttpd.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libmicrohttpd.pc.in b/libmicrohttpd.pc.in new file mode 100644 index 00000000..fd3e8c92 --- /dev/null +++ b/libmicrohttpd.pc.in | |||
@@ -0,0 +1,13 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: libmicrohttpd | ||
7 | Description: A library for creating an embedded HTTP server | ||
8 | Version: @VERSION@ | ||
9 | Requires: | ||
10 | Conflicts: | ||
11 | Libs: -L${libdir} -lmicrohttpd | ||
12 | Libs.private: @LIBGCRYPT_LIBS@ | ||
13 | Cflags: -I${includedir} | ||