ogg/ogg-uninstalled.pc.in
Jean-Marc Valin 686cb2b4ad Fixes ogg-uninstalled.pc.in
Sets the correct include path when the build directory isn't the
the top source directory. Also, uses the .la file for linking,
which makes it possible to use shared libraries (and properly
build when libogg is used from a library).

Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-12-22 10:58:04 -08:00

15 lines
310 B
PkgConfig

# ogg uninstalled pkg-config file
prefix=
exec_prefix=
libdir=${pcfiledir}/src
includedir=${pcfiledir}/@top_srcdir@/include
Name: ogg
Description: ogg is a library for manipulating ogg bitstreams (not installed)
Version: @VERSION@
Requires:
Conflicts:
Libs: ${libdir}/.libs/libogg.la
Cflags: -I${includedir}