/[svn]/libgig/trunk/gig.pc.in
ViewVC logotype

Annotation of /libgig/trunk/gig.pc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (hide annotations) (download)
Sat Jul 10 09:52:24 2004 UTC (19 years, 9 months ago) by schoenebeck
File size: 239 byte(s)
* renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
  'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix

1 schoenebeck 196 prefix=@prefix@
2     exec_prefix=@exec_prefix@
3     libdir=@libdir@
4     includedir=@includedir@
5    
6     Name: gig
7     Description: C++ library for loading Gigasampler files and DLS Level 1/2 files
8     Version: @VERSION@
9     Libs: -L${libdir} -lgig
10     Cflags: -I${includedir}

  ViewVC Help
Powered by ViewVC