/[svn]/linuxsampler/trunk/linuxsampler.pc.in
ViewVC logotype

Annotation of /linuxsampler/trunk/linuxsampler.pc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 886 - (hide annotations) (download)
Sat Jul 1 10:59:28 2006 UTC (17 years, 9 months ago) by schoenebeck
File size: 294 byte(s)
fixed libdir path

1 schoenebeck 697 prefix=@prefix@
2     exec_prefix=@exec_prefix@
3 schoenebeck 886 libdir=@libdir@/linuxsampler
4 schoenebeck 697 includedir=@includedir@
5 schoenebeck 885 archincludedir=@libdir@/linuxsampler/include
6 schoenebeck 697
7     Name: linuxsampler
8     Description: LinuxSampler C++ library
9     Version: @VERSION@
10     Libs: -L${libdir} -llinuxsampler
11 schoenebeck 885 Cflags: -I${archincludedir} -I${includedir}

  ViewVC Help
Powered by ViewVC