diff options
author | Abramo Bagnara <abramo@alsa-project.org> | 2001-02-09 11:20:31 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo@alsa-project.org> | 2001-02-09 11:20:31 +0000 |
commit | fea0c73cdb1bd56ccb07e94ef14bad49b0f4a0cb (patch) | |
tree | 1d6921e1131e30f42ae21730b35ff30dd3460352 /include/Makefile.am | |
parent | c709b0a6270bec6c94c7287489703af50c9c2dd4 (diff) |
Completed control and mixer API
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index c0d741ca..7a5ca8cc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,9 +3,10 @@ sysinclude_HEADERS = asoundlib.h # This is the order they will be concatenated into asoundlib.h! # -header_files=header.h version.h global.h input.h output.h error.h mixer.h \ +header_files=header.h version.h global.h input.h output.h error.h \ pcm.h pcm_m4.h rawmidi.h rawmidi_m4.h timer.h \ hwdep.h hwdep_m4.h control.h control_m4.h \ + mixer.h mixer_m4.h \ seq.h seqmid.h seq_midi_event.h \ conv.h instr.h conf.h footer.h |