Code

utils: move gcmp_list_from_path() to db_completion.c
[ncmpc.git] / Makefile.am
index 46f8be638c38da05741a6b9188316d9240f61c53..a70f478c9c6eb0e75a45b823a92ca8ab9e0bca88 100644 (file)
@@ -54,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 \
@@ -92,6 +93,7 @@ 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 \