diff options
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 |