diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-10-30 12:31:55 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2007-10-30 12:31:55 +0100 |
commit | 54a2cf5ecf1a26e4d0fc2138e5f98294c57f63bb (patch) | |
tree | 3127067e42e4cf188f2fb052b98c4513d33fe572 /src/Makefile.am | |
parent | 078112dfdfe708f0206a497b2968f59032580d5c (diff) |
Remove sequencer instrument layer
Remove obsoleted sequencer instrument layer from alsa-lib.
The old symbols are compiled in as default as dummy functions
(unless --disable-old-symbols is given to configure) so that
the old binaries can still work more or less.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3be7049c..7d48b123 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,10 +38,6 @@ if BUILD_SEQ SUBDIRS += seq libasound_la_LIBADD += seq/libseq.la endif -if BUILD_INSTR -SUBDIRS += instr -libasound_la_LIBADD += instr/libinstr.la -endif if BUILD_ALISP SUBDIRS += alisp libasound_la_LIBADD += alisp/libalisp.la |