diff options
author | Chris Robinson <[email protected]> | 2008-07-22 18:42:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-22 18:42:53 -0700 |
commit | dc8132e965d93200e6b2ad0ecedfc97373896db8 (patch) | |
tree | bab7a419e532a84da7ab02577aa9ce6752ad3f22 /admin | |
parent | 20bcdc1ef601d7c56daba65ac24f2ffe60aeb7d9 (diff) |
Add a pkg-config file to install on the system
Diffstat (limited to 'admin')
-rw-r--r-- | admin/pkgconfig/openal.pc.in | 11 |
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} |