aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-07-22 18:42:53 -0700
committerChris Robinson <[email protected]>2008-07-22 18:42:53 -0700
commitdc8132e965d93200e6b2ad0ecedfc97373896db8 (patch)
treebab7a419e532a84da7ab02577aa9ce6752ad3f22 /admin
parent20bcdc1ef601d7c56daba65ac24f2ffe60aeb7d9 (diff)
Add a pkg-config file to install on the system
Diffstat (limited to 'admin')
-rw-r--r--admin/pkgconfig/openal.pc.in11
1 files changed, 11 insertions, 0 deletions
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}