diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 59af3b51e..68af70ddd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ ncmpc_headers = \ list_window.h\ colors.h\ support.h\ + charset.h \ wreadln.h\ strfsong.h\ utils.h\ @@ -66,6 +67,7 @@ ncmpc_SOURCES = \ list_window.c\ colors.c\ support.c\ + charset.c \ wreadln.c\ strfsong.c\ utils.c\ |