summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-10-30 12:31:55 +0100
committerTakashi Iwai <tiwai@suse.de>2007-10-30 12:31:55 +0100
commit54a2cf5ecf1a26e4d0fc2138e5f98294c57f63bb (patch)
tree3127067e42e4cf188f2fb052b98c4513d33fe572 /include/Makefile.am
parent078112dfdfe708f0206a497b2968f59032580d5c (diff)
downloadalsa-lib-54a2cf5ecf1a26e4d0fc2138e5f98294c57f63bb.tar.gz
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 'include/Makefile.am')
-rw-r--r--include/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 5ce51d24..a2915034 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -46,10 +46,6 @@ if BUILD_SEQ
alsainclude_HEADERS += seq_event.h seq.h seqmid.h seq_midi_event.h
endif
-if BUILD_INSTR
-alsainclude_HEADERS += conv.h instr.h
-endif
-
if BUILD_ALISP
alsainclude_HEADERS += alisp.h
endif