From 9ceb8a717ae940972904ef83722f71c3ee124715 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 22:25:17 +0100 Subject: sticker: convert to C++ --- Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c5379a31e..1ae249c80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,12 +162,9 @@ mpd_headers = \ src/sig_handlers.h \ src/TimePrint.cxx src/TimePrint.hxx \ src/song.h \ - src/song_sticker.h \ src/song_sort.c src/song_sort.h \ src/socket_util.h \ src/stats.h \ - src/sticker.h \ - src/sticker_print.h \ src/tag.h \ src/tag_internal.h \ src/tag_pool.h \ @@ -366,9 +363,9 @@ endif if ENABLE_SQLITE src_mpd_SOURCES += \ src/StickerCommands.cxx src/StickerCommands.hxx \ - src/sticker.c \ - src/sticker_print.c \ - src/song_sticker.c + src/StickerDatabase.cxx src/StickerDatabase.hxx \ + src/StickerPrint.cxx src/StickerPrint.hxx \ + src/SongSticker.cxx src/SongSticker.hxx endif # Generic utility library -- cgit v1.2.3