Code

screen: make cols and rows local
[ncmpc.git] / Makefile.am
index cc8431bb48522aabc6114849f0e349084fabe0ac..53293154c48225ce9e401a2bdbe9c64c7d7d8249 100644 (file)
@@ -61,6 +61,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
 #
@@ -80,6 +90,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
@@ -148,7 +159,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