summaryrefslogtreecommitdiff
path: root/windowswm.pc.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-09-30 22:43:54 +0000
committerAdam Jackson <ajax@nwnk.net>2005-09-30 22:43:54 +0000
commit427b8cbd08e59db30783f54ece3add718140ae3c (patch)
tree0d1f3f1c941d30fd1320a1b9619488db710d3bce /windowswm.pc.in
parent06bcf0b9da17322016a6075b19236fdf83ddb3b9 (diff)
Build system for WindowsWM
Diffstat (limited to 'windowswm.pc.in')
-rw-r--r--windowswm.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/windowswm.pc.in b/windowswm.pc.in
new file mode 100644
index 0000000..fe644b8
--- /dev/null
+++ b/windowswm.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: WindowsWM
+Description: The WindowsWM Library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lWindowsWM @DEP_LIBS@
+