Tizen 2.1 base
[platform/upstream/gcd.git] / kqueue-1.0.4 / libkqueue.pc.in
1 prefix=@@PREFIX@@
2 exec_prefix=${prefix}
3 libdir=@@LIBDIR@@
4 includedir=@@INCLUDEDIR@@
5
6 Name: @@PROGRAM@@
7 Description: Emulates FreeBSD kqueue(2) on other platforms
8 Version: @@VERSION@@
9 Requires: 
10 Libs: @@LIBDEPENDS@@ -lkqueue 
11 Libs.private: @@LIBDEPENDS@@
12 Cflags: -I${includedir}/kqueue 
13