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

Contents of /libgig/trunk/libgig.pc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 9 months ago) by capela
File size: 245 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: @PACKAGE@
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