686cb2b4ad
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>
15 lines
310 B
PkgConfig
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}
|