diff options
author | Chris Robinson <[email protected]> | 2008-07-17 18:38:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-17 18:38:07 -0700 |
commit | e66bb09156bb69725f91b249a6cdf0082f7fad74 (patch) | |
tree | 3af0e44c09f04675330fd92657db00961f53451e /CMakeLists.txt | |
parent | 0042b1f80d1d702a432fcdfe56af17e0d7fa6ec9 (diff) |
Move (de)initialization into ALc.c and remove unneeded file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 810f61e7..511405ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,6 @@ SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c OpenAL32/alSource.c OpenAL32/alState.c OpenAL32/alThunk.c - OpenAL32/OpenAL32.c ) SET(ALC_OBJS Alc/ALc.c Alc/ALu.c |