Clean and tiddy-up files.
[tomato.git] / release / src / router / libogg / ogg.pc.in
blob9e84375d9f6565e96a20a581dab2faa10fb73605
1 # ogg pkg-config file
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: ogg
9 Description: ogg is a library for manipulating ogg bitstreams
10 Version: @VERSION@
11 Requires:
12 Conflicts:
13 Libs: -L${libdir} -logg
14 Cflags: -I${includedir}