diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 07:37:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 07:37:37 +0200 |
commit | 89d4f438c04ad88789322e7cdecb456879c720a7 (patch) | |
tree | 48dee3ddcb4c001344193a0e2276f8fb237d90e2 /Makefile.am | |
parent | 8bd7b5b607028f16893871660769e8cbba5a3def (diff) | |
download | mpd-89d4f438c04ad88789322e7cdecb456879c720a7.tar.gz mpd-89d4f438c04ad88789322e7cdecb456879c720a7.tar.xz mpd-89d4f438c04ad88789322e7cdecb456879c720a7.zip |
mixer_type: moved volume_mixer_type from volume.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 92ddcfdf6..3d16ca77d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,6 +94,7 @@ mpd_headers = \ src/mixer_list.h \ src/event_pipe.h \ src/mixer_plugin.h \ + src/mixer_type.h \ src/daemon.h \ src/normalize.h \ src/compress.h \ @@ -515,6 +516,7 @@ OUTPUT_SRC = \ MIXER_API_SRC = \ src/mixer_control.c \ + src/mixer_type.c \ src/mixer_all.c \ src/mixer_api.c |