From 311e627463a17a499a88b50af2404e955115675b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 10 Oct 2011 08:57:51 +0200 Subject: audio: rename audio.[ch] to audio_config.[ch] --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 08f5eb472..f56b1f9aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,6 @@ mpd_headers = \ src/notify.h \ src/ack.h \ src/ape.h \ - src/audio.h \ src/audio_format.h \ src/audio_check.h \ src/audio_parser.h \ @@ -231,7 +230,7 @@ src_mpd_SOURCES = \ $(MIXER_API_SRC) \ src/glib_socket.h \ src/notify.c \ - src/audio.c \ + src/audio_config.c src/audio_config.h \ src/audio_check.c \ src/audio_format.c \ src/audio_parser.c \ -- cgit v1.2.3