summaryrefslogtreecommitdiff
path: root/libtwin.pc.in
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2006-12-01 15:25:34 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-12-01 16:40:12 +1100
commite65dea139ee4917bb87f51254164317952717586 (patch)
tree6701fe91bd7d080cc129d144bc0c703a5a602328 /libtwin.pc.in
parent0e9d82417bbb8ce7a1ffa97f403a7698ba7e9a6b (diff)
Install libtwin.pc
The existing twin.pc file was generated, but not installed. This change installs it (as libtwin.pc), and uses the more flexible TWIN_DEP variables. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'libtwin.pc.in')
-rw-r--r--libtwin.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libtwin.pc.in b/libtwin.pc.in
new file mode 100644
index 0000000..0692293
--- /dev/null
+++ b/libtwin.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libtwin
+Description: Twin window system library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @TWIN_DEP_CFLAGS@
+Libs: -L${libdir} -ltwin @TWIN_DEP_LDFLAGS@