ogg/ogg.pc.in
Thomas Vander Stichele 7548908a61 This patch adds an -uninstalled.pc file so other libs/tools can use it
svn path=/trunk/ogg/; revision=6992
2004-07-05 11:21:44 +00:00

15 lines
266 B
PkgConfig

# ogg pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}