From 1ae3bdb7e6d5a5c4135f6046be9259d6f716498a Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sat, 24 Feb 2007 00:54:54 +0000 Subject: 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 --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') 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) -- cgit v1.2.3