diff options
Diffstat (limited to 'libao2/Makefile')
-rw-r--r-- | libao2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile index ddf755f04e..267078ff63 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -1,7 +1,7 @@ include config.mak -LIBNAME = libao.a +LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected SRCS=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS) |