diff options
author | Chris Robinson <[email protected]> | 2009-12-09 07:36:06 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-09 07:36:06 -0800 |
commit | c5952d1ddc51cb8c266d085c37afef7b676b37f4 (patch) | |
tree | 18b38b243d6029296b6a2b7bfecf15aae43f9cce /admin/pkgconfig/openal.pc.in | |
parent | 656a4063775b30fd3910181a049f9194432e5c16 (diff) |
Move the pkg-config file to the base directory
Diffstat (limited to 'admin/pkgconfig/openal.pc.in')
-rw-r--r-- | admin/pkgconfig/openal.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/admin/pkgconfig/openal.pc.in b/admin/pkgconfig/openal.pc.in deleted file mode 100644 index aaf95bb6..00000000 --- a/admin/pkgconfig/openal.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -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} -l@LIBNAME@ @PKG_CONFIG_LIBS@ -Cflags: -I${includedir} |