From dc8132e965d93200e6b2ad0ecedfc97373896db8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 22 Jul 2008 18:42:53 -0700 Subject: Add a pkg-config file to install on the system --- admin/pkgconfig/openal.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 admin/pkgconfig/openal.pc.in (limited to 'admin/pkgconfig/openal.pc.in') diff --git a/admin/pkgconfig/openal.pc.in b/admin/pkgconfig/openal.pc.in new file mode 100644 index 00000000..c27888c6 --- /dev/null +++ b/admin/pkgconfig/openal.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: @PKG_CONFIG_REQUIRES@ +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lopenal @PKG_CONFIG_LIBS@ +Cflags: -I${includedir} -- cgit v1.2.3