John Koleszar | 28d191a | 2010-10-19 14:40:07 -0400 | [diff] [blame] | 1 | # nestegg installed pkg-config file |
2 | |||||
3 | prefix=@prefix@ | ||||
4 | exec_prefix=@exec_prefix@ | ||||
5 | libdir=@libdir@ | ||||
6 | includedir=@includedir@ | ||||
7 | |||||
8 | Name: nestegg | ||||
9 | Description: WebM/Matroska demuxer | ||||
10 | Version: @VERSION@ | ||||
11 | Conflicts: | ||||
12 | Libs: -L${libdir} -lnestegg | ||||
13 | Cflags: -I${includedir} |