root/liboggz/trunk/oggz.pc.in
| Revision 2832, 266 bytes (checked in by conrad, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: oggz |
| 7 | Description: A library for reading and writing Ogg encapsulated data. |
| 8 | Requires: ogg |
| 9 | Version: @VERSION@ |
| 10 | Libs: -L${libdir} -loggz |
| 11 | Libs.private: -logg |
| 12 | Cflags: -I${includedir} |
Note: See TracBrowser for help on using the browser.