summaryrefslogtreecommitdiff
path: root/dmx.pc.in
blob: 8500c9fd8e97d560d11e2486886e42989e550688 (plain)
1
2
3
4
5
6
7
8
9
10
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@