From cb35d6e687f80d2357b20364fde105886ccaa34b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Apr 2009 17:30:56 +0200 Subject: sticker_print: new library for sending stickers to a client --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c11e8db11..f94c4a21f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,6 +134,7 @@ mpd_headers = \ src/state_file.h \ src/stats.h \ src/sticker.h \ + src/sticker_print.h \ src/tag.h \ src/tag_internal.h \ src/tag_pool.h \ @@ -243,7 +244,10 @@ src_mpd_SOURCES = \ src/timer.c if ENABLE_SQLITE -src_mpd_SOURCES += src/sticker.c src/song_sticker.c +src_mpd_SOURCES += \ + src/sticker.c \ + src/sticker_print.c \ + src/song_sticker.c endif FILTER_CFLAGS = \ -- cgit v1.2.3