From 59f89abb4ce522fc3ac240868cb257a571bd2f9a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Jul 2004 11:21:44 +0000 Subject: 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 --- ogg-uninstalled.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ogg-uninstalled.pc.in (limited to 'ogg-uninstalled.pc.in') 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} -- cgit v1.2.1