[xiph-commits] r6992 - trunk/ogg
thomasvs at dactyl.lonelymoon.com
thomasvs
Mon Jul 5 04:21:45 PDT 2004
Author: thomasvs
Date: Mon Jul 5 04:21:45 2004
New Revision: 6992
Added:
trunk/ogg/ogg-uninstalled.pc.in
Modified:
trunk/ogg/Makefile.am
trunk/ogg/ogg.pc.in
Log:
This patch adds an -uninstalled.pc file so other libs/tools can use it
Modified: trunk/ogg/Makefile.am
===================================================================
--- trunk/ogg/Makefile.am 2004-07-05 11:17:48 UTC (rev 6991)
+++ trunk/ogg/Makefile.am 2004-07-05 11:21:44 UTC (rev 6992)
@@ -12,7 +12,7 @@
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:
Added: trunk/ogg/ogg-uninstalled.pc.in
===================================================================
--- trunk/ogg/ogg-uninstalled.pc.in 2004-07-05 11:17:48 UTC (rev 6991)
+++ trunk/ogg/ogg-uninstalled.pc.in 2004-07-05 11:21:44 UTC (rev 6992)
@@ -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}
Modified: trunk/ogg/ogg.pc.in
===================================================================
--- trunk/ogg/ogg.pc.in 2004-07-05 11:17:48 UTC (rev 6991)
+++ trunk/ogg/ogg.pc.in 2004-07-05 11:21:44 UTC (rev 6992)
@@ -1,4 +1,4 @@
-# libogg pkg-config source file
+# ogg pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
More information about the commits
mailing list