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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 697 - (hide annotations) (download)
Tue Jul 19 15:43:40 2005 UTC (18 years, 8 months ago) by schoenebeck
File size: 216 byte(s)
* install necessary development header files for allowing 3rd party
  applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
  (Doxygen required)

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

  ViewVC Help
Powered by ViewVC