diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 21:18:09 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 21:18:09 +0000 |
commit | b15aee70c23e46cc06023c42359ae831b4aa97e5 (patch) | |
tree | cb73945d077c107e5e90d9d45de503c8ee12e9f2 /dmx.pc.in | |
parent | 48338cc9c422ff0ac4b9c532088649f2f3c4e2bb (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.in | 11 |
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@ + |