summaryrefslogtreecommitdiff
path: root/ogg-uninstalled.pc.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:21:44 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:21:44 +0000
commit59f89abb4ce522fc3ac240868cb257a571bd2f9a (patch)
tree33c2e03bdaa3c91322d233181dab0b145db71707 /ogg-uninstalled.pc.in
parent66094033f2b0c466ce4f9be552d93223224f0c54 (diff)
downloadogg-59f89abb4ce522fc3ac240868cb257a571bd2f9a.tar.gz
This patch adds an -uninstalled.pc file so other libs/tools can use it
git-svn-id: http://svn.xiph.org/trunk/ogg@6992 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'ogg-uninstalled.pc.in')
-rw-r--r--ogg-uninstalled.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/ogg-uninstalled.pc.in b/ogg-uninstalled.pc.in
new file mode 100644
index 0000000..6d692dc
--- /dev/null
+++ b/ogg-uninstalled.pc.in
@@ -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}