diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 = \ |