diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-02-24 00:54:54 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-02-24 00:54:54 +0000 |
commit | 1ae3bdb7e6d5a5c4135f6046be9259d6f716498a (patch) | |
tree | b8e70764ebecf56536c683f98ab3e13a140f60cd /src/Makefile.am | |
parent | d7e20861d490cf0743f740cec3506fd3aca3d34b (diff) | |
download | mpd-1ae3bdb7e6d5a5c4135f6046be9259d6f716498a.tar.gz mpd-1ae3bdb7e6d5a5c4135f6046be9259d6f716498a.tar.xz mpd-1ae3bdb7e6d5a5c4135f6046be9259d6f716498a.zip |
Moving a bunch of the LocateTagItem code to locate.[ch] so that it can
later be used for playlist searching.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5419 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0207cb90f..ab2f2d80c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,7 +73,8 @@ mpd_headers = \ utf8.h \ utils.h \ volume.h \ - zeroconf.h + zeroconf.h \ + locate.h mpd_SOURCES = \ @@ -123,7 +124,8 @@ mpd_SOURCES = \ utils.c \ volume.c \ utf8.c \ - zeroconf.c + zeroconf.c \ + locate.c mpd_CFLAGS = $(MPD_CFLAGS) |