diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 00783807f..085396db1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,7 @@ ncmpc_headers = \ defaults.h \ i18n.h \ screen_browser.h \ + screen_text.h \ plugin.h \ lyrics.h \ str_pool.h \ @@ -105,6 +106,10 @@ if ENABLE_PLUGIN_LIBRARY ncmpc_SOURCES += plugin.c endif +if ENABLE_SCREEN_TEXT +ncmpc_SOURCES += screen_text.c +endif + if ENABLE_LYRICS_SCREEN ncmpc_SOURCES += screen_lyrics.c lyrics.c endif |