summaryrefslogtreecommitdiff
path: root/dmx.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-13 21:18:09 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-13 21:18:09 +0000
commitb15aee70c23e46cc06023c42359ae831b4aa97e5 (patch)
treecb73945d077c107e5e90d9d45de503c8ee12e9f2 /dmx.pc.in
parent48338cc9c422ff0ac4b9c532088649f2f3c4e2bb (diff)
Really add the dmx build system.
Also, in some ways CVS is not an optimal version control system.
Diffstat (limited to 'dmx.pc.in')
-rw-r--r--dmx.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/dmx.pc.in b/dmx.pc.in
new file mode 100644
index 0000000..8500c9f
--- /dev/null
+++ b/dmx.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dmx
+Description: The dmx Library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -ldmx @DEP_LIBS@
+