aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-06-30 02:43:22 +0000
committerEric Wong <normalperson@yhbt.net>2008-06-30 02:43:22 +0000
commit06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c (patch)
treeeeb6f4f96bae2093e600cad5355947462ca82251 /src/Makefile.am
parentd82a4aff2524e68ad56efca68723792296950713 (diff)
downloadmpd-06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c.tar.gz
mpd-06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c.tar.xz
mpd-06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c.zip
introduce struct condition as a more correct version of Notify
Start using it in the HTTP code git-svn-id: https://svn.musicpd.org/mpd/trunk@7395 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a1809976a..d79bda29f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,7 @@ mpd_headers = \
buffer2array.h \
charConv.h \
command.h \
+ condition.h \
conf.h \
dbUtils.h \
decode.h \
@@ -97,6 +98,7 @@ mpd_SOURCES = \
buffer2array.c \
charConv.c \
command.c \
+ condition.c \
conf.c \
dbUtils.c \
decode.c \