This patch adds an -uninstalled.pc file so other libs/tools can use it

svn path=/trunk/ogg/; revision=6992
This commit is contained in:
Thomas Vander Stichele 2004-07-05 11:21:44 +00:00
parent d765286bce
commit 7548908a61
3 changed files with 16 additions and 2 deletions

View File

@ -12,7 +12,7 @@ pkgconfig_DATA = ogg.pc
EXTRA_DIST = README AUTHORS CHANGES COPYING \
libogg.spec libogg.spec.in \
ogg.m4 ogg.pc.in \
ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
macos macosx
dist-hook:

14
ogg-uninstalled.pc.in Normal file
View File

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

View File

@ -1,4 +1,4 @@
# libogg pkg-config source file
# ogg pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@