diff options
author | Max Kellermann <max@duempel.org> | 2011-10-10 08:57:51 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-10 10:13:43 +0200 |
commit | 311e627463a17a499a88b50af2404e955115675b (patch) | |
tree | 5233c85c3842df9b4124d2aadd11f6a741f73b8c /Makefile.am | |
parent | 8e1e36a0d57464d1295723b5d808f7ecf6774a4f (diff) | |
download | mpd-311e627463a17a499a88b50af2404e955115675b.tar.gz mpd-311e627463a17a499a88b50af2404e955115675b.tar.xz mpd-311e627463a17a499a88b50af2404e955115675b.zip |
audio: rename audio.[ch] to audio_config.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |