aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-02-24 00:54:54 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-02-24 00:54:54 +0000
commit1ae3bdb7e6d5a5c4135f6046be9259d6f716498a (patch)
treeb8e70764ebecf56536c683f98ab3e13a140f60cd /src/Makefile.am
parentd7e20861d490cf0743f740cec3506fd3aca3d34b (diff)
downloadmpd-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 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
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)