aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 364c2d0b0..232417a91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -90,6 +90,10 @@ if ENABLE_SEARCH_SCREEN
ncmpc_SOURCES += screen_search.c
endif
+if ENABLE_SONG_SCREEN
+ncmpc_SOURCES += screen_song.c
+endif
+
if ENABLE_KEYDEF_SCREEN
ncmpc_SOURCES += screen_keydef.c
endif