diff options
author | Max Kellermann <max@duempel.org> | 2009-01-19 18:54:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-19 18:54:04 +0100 |
commit | 638f95aa15e068e3568f03ea2349a70dcd471221 (patch) | |
tree | c3e14c60428e941565a0c0d5eae77b4ae1ec3fc5 /src/Makefile.am | |
parent | 145ab84d51f262983412143fbb29487a8647adb3 (diff) | |
download | mpd-638f95aa15e068e3568f03ea2349a70dcd471221.tar.gz mpd-638f95aa15e068e3568f03ea2349a70dcd471221.tar.xz mpd-638f95aa15e068e3568f03ea2349a70dcd471221.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |