X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=a72ecab446fd7f4f21d7f9c08805a66e01744c05;hb=8a4cbdf7b257d0cefb5af6ad5a964736f08ef17f;hp=5793efbe2ae57f407a9a39fd0142f4ae7639f29f;hpb=b73fd31ce0dc27d825872635b0d2636ab35f3575;p=ncmpc.git diff --git a/Makefile.am b/Makefile.am index 5793efb..a72ecab 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 \ @@ -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 \ @@ -61,6 +64,16 @@ src_ncmpc_SOURCES = \ src/strfsong.c src/strfsong.h \ src/utils.c src/utils.h +if ENABLE_ASYNC_CONNECT +src_ncmpc_SOURCES += \ + src/net/types.h \ + src/net/socket.c src/net/socket.h \ + src/net/resolver.c src/net/resolver.h \ + src/net/async_connect.c src/net/async_connect.h \ + src/net/async_rconnect.c src/net/async_rconnect.h \ + src/aconnect.c src/aconnect.h +endif + # # Windows resource file # @@ -73,11 +86,14 @@ noinst_DATA = src/win/ncmpc_win32_rc.rc src_ncmpc_DEPENDENCIES = src/win/ncmpc_win32_rc.$(OBJEXT) src_ncmpc_LDFLAGS = -Wl,src/win/ncmpc_win32_rc.$(OBJEXT) +else +src_ncmpc_SOURCES += src/signals.c src/signals.h 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 @@ -146,7 +162,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