diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-06-30 02:43:22 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-06-30 02:43:22 +0000 |
commit | 06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c (patch) | |
tree | eeb6f4f96bae2093e600cad5355947462ca82251 /src/Makefile.am | |
parent | d82a4aff2524e68ad56efca68723792296950713 (diff) | |
download | mpd-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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |