aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-04 20:42:53 +0100
committerMax Kellermann <max@duempel.org>2009-01-04 20:42:53 +0100
commit5c477f6067660a448a49622f466c23eab862e372 (patch)
treee16487e43ee4f46af428107848e30c1113ee2c2d /src/Makefile.am
parent60f809b331e8c569637a6a59e1683b007247b417 (diff)
downloadmpd-5c477f6067660a448a49622f466c23eab862e372.tar.gz
mpd-5c477f6067660a448a49622f466c23eab862e372.tar.xz
mpd-5c477f6067660a448a49622f466c23eab862e372.zip
removed the "condition" library
It's unused.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e89905bf2..d876ad6e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,6 @@ mpd_headers = \
buffer2array.h \
command.h \
idle.h \
- condition.h \
cmdline.h \
conf.h \
crossfade.h \
@@ -102,7 +101,6 @@ mpd_SOURCES = \
buffer2array.c \
command.c \
idle.c \
- condition.c \
cmdline.c \
conf.c \
crossfade.c \