Code

i18n: don't use locale.h
[ncmpc.git] / src / Makefile.am
index 00783807fd886e84cd2cc1b93896f1786fef3256..085396db14703c4270d4c984c03ee6187c8671bb 100644 (file)
@@ -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