X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=46f8be638c38da05741a6b9188316d9240f61c53;hb=8e7f2e66e9671de42b090ae52d4125c3d50e6850;hp=32e18e37a9969890dd43b413905fee1aa26d1544;hpb=ba2a3deeb15f9b93044c4330430537321715c0c0;p=ncmpc.git diff --git a/Makefile.am b/Makefile.am index 32e18e3..46f8be6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,8 @@ src_ncmpc_SOURCES = \ src/status_bar.c src/status_bar.h \ src/screen.c src/screen.h \ src/screen_interface.h \ + src/screen_init.c \ + src/screen_paint.c \ src/screen_utils.c src/screen_utils.h \ src/screen_status.c src/screen_status.h \ src/screen_list.c src/screen_list.h \ @@ -90,6 +92,7 @@ endif if NCMPC_MINI else src_ncmpc_SOURCES += \ + src/xterm_title.c src/xterm_title.h \ src/hscroll.c src/hscroll.h \ src/match.c src/match.h \ src/conf.c src/conf.h