diff options
author | Max Kellermann <max@duempel.org> | 2009-03-14 11:35:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-14 11:35:40 +0100 |
commit | 88af35c0aba64783e111dfb0585d7958a9e9963e (patch) | |
tree | 89425f7b5afe27c73f0d611a8a5160364dab9597 /Makefile.am | |
parent | e7c3f469c3a606158144f235dd874c4faf658557 (diff) | |
download | mpd-88af35c0aba64783e111dfb0585d7958a9e9963e.tar.gz mpd-88af35c0aba64783e111dfb0585d7958a9e9963e.tar.xz mpd-88af35c0aba64783e111dfb0585d7958a9e9963e.zip |
volume: moved code to mixer_all.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bd261e372..bc5e58f54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ mpd_headers = \ src/log.h \ src/ls.h \ src/main.h \ + src/mixer_all.h \ src/mixer_api.h \ src/mixer_control.h \ src/event_pipe.h \ @@ -457,6 +458,7 @@ OUTPUT_SRC = \ MIXER_API_SRC = \ src/mixer_control.c \ + src/mixer_all.c \ src/mixer_api.c MIXER_SRC = |