From 638f95aa15e068e3568f03ea2349a70dcd471221 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 19 Jan 2009 18:54:04 +0100 Subject: sticker: added song sticker library This is a wrapper for the backend sticker library. It provides several glue functions which take a song object instead of type/uri. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8b8ed7e75..b1ebe1320 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,6 +97,7 @@ mpd_headers = \ song.h \ song_print.h \ song_save.h \ + song_sticker.h \ songvec.h \ state_file.h \ stats.h \ @@ -194,7 +195,7 @@ mpd_SOURCES = \ timer.c if ENABLE_SQLITE -mpd_SOURCES += sticker.c +mpd_SOURCES += sticker.c song_sticker.c endif if HAVE_LIBSAMPLERATE -- cgit v1.2.3