From 693dc378518552cf84fad13b822efb76fd42c943 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 30 May 2007 18:16:35 +0000 Subject: Move the timing code from the null plugin to timer.c, so it can be easily used in other plugins (fifo, shout, etc.). git-svn-id: https://svn.musicpd.org/mpd/trunk@6397 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 bd1e6877c..b755ec288 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,7 +77,8 @@ mpd_headers = \ ioops.h \ zeroconf.h \ locate.h \ - storedPlaylist.h + storedPlaylist.h \ + timer.h mpd_SOURCES = \ @@ -129,7 +130,8 @@ mpd_SOURCES = \ utf8.c \ zeroconf.c \ locate.c \ - storedPlaylist.c + storedPlaylist.c \ + timer.c mpd_CFLAGS = $(MPD_CFLAGS) -- cgit v1.2.3