diff options
author | Max Kellermann <max@duempel.org> | 2009-03-14 11:33:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-14 11:33:51 +0100 |
commit | e7c3f469c3a606158144f235dd874c4faf658557 (patch) | |
tree | 1e434de6ce96d7a170de4ad08d5936d01307ffb2 /Makefile.am | |
parent | f15d879e37985224aa4780a9de6b81d2df781ed6 (diff) | |
download | mpd-e7c3f469c3a606158144f235dd874c4faf658557.tar.gz mpd-e7c3f469c3a606158144f235dd874c4faf658557.tar.xz mpd-e7c3f469c3a606158144f235dd874c4faf658557.zip |
mixer_api: moved struct mixer_plugin to mixer_plugin.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 76b1c5557..bd261e372 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ mpd_headers = \ src/mixer_api.h \ src/mixer_control.h \ src/event_pipe.h \ + src/mixer_plugin.h \ src/daemon.h \ src/normalize.h \ src/compress.h \ |