Code

utils: move format_duration_*() to time_format.c
[ncmpc.git] / Makefile.am
index 5f1abbae1fff8761fffa86b55046303a8303aae0..ac11c693a64b83eb5ed2b3d36ea1d34afd88f95e 100644 (file)
@@ -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 \
@@ -52,6 +54,7 @@ src_ncmpc_SOURCES = \
        src/screen_browser.c src/screen_browser.h \
        src/screen_file.c src/screen_file.h \
        src/list_window.c src/list_window.h \
+       src/save_playlist.c src/save_playlist.h \
        src/paint.h \
        src/song_paint.c src/song_paint.h \
        src/colors.c src/colors.h \
@@ -59,6 +62,7 @@ src_ncmpc_SOURCES = \
        src/window.h \
        src/wreadln.c src/wreadln.h \
        src/strfsong.c src/strfsong.h \
+       src/time_format.c src/time_format.h \
        src/utils.c src/utils.h
 
 if ENABLE_ASYNC_CONNECT
@@ -90,6 +94,8 @@ endif
 if NCMPC_MINI
 else
 src_ncmpc_SOURCES += \
+       src/db_completion.c src/db_completion.h \
+       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
@@ -158,7 +164,7 @@ check_PROGRAMS = \
 
 test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c
 test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS)
-test_run_hscroll_LDADD = @CURSES_LIB@ $(GLIB_LIBS)
+test_run_hscroll_LDADD = $(CURSES_LIBS) $(GLIB_LIBS)
 
 #
 # sparse