summaryrefslogtreecommitdiffstats
path: root/alsa-lib/src/seq/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-lib/src/seq/Makefile.am')
-rw-r--r--alsa-lib/src/seq/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/alsa-lib/src/seq/Makefile.am b/alsa-lib/src/seq/Makefile.am
deleted file mode 100644
index 1ea92f0..0000000
--- a/alsa-lib/src/seq/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-EXTRA_LTLIBRARIES=libseq.la
-
-libseq_la_SOURCES = seq_hw.c seq.c seq_event.c seqmid.c seq_midi_event.c \
- seq_symbols.c
-if KEEP_OLD_SYMBOLS
-libseq_la_SOURCES += seq_old.c
-endif
-noinst_HEADERS = seq_local.h
-
-all: libseq.la
-
-
-INCLUDES=-I$(top_srcdir)/include