Code

po: updated POTFILES.in
[ncmpc.git] / Makefile.am
index 5111564769fbac6d99fc52f8a1393614e8a60c37..531954593cc6c94c058c636e20976b391d9c5ab0 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS = \
   po
 
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
+AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 subdir-objects
 
 AM_CPPFLAGS = \
        $(LIBMPDCLIENT_CFLAGS) \
@@ -13,6 +13,7 @@ AM_CPPFLAGS = \
 
 ncmpc_headers = \
        src/resolver.h \
+       src/gidle.h \
        src/mpdclient.h \
        src/playlist.h \
        src/filelist.h \
@@ -22,14 +23,20 @@ ncmpc_headers = \
        src/ncu.h \
        src/player_command.h \
        src/window.h \
+       src/title_bar.h \
        src/progress_bar.h \
+       src/status_bar.h \
        src/screen.h \
+       src/screen_message.h \
+       src/screen_interface.h \
        src/screen_list.h \
-       src/screen_play.h \
+       src/screen_find.h \
        src/screen_utils.h \
        src/screen_client.h \
        src/list_window.h \
+       src/song_paint.h \
        src/colors.h \
+       src/paint.h \
        src/hscroll.h \
        src/charset.h \
        src/match.h \
@@ -39,7 +46,16 @@ ncmpc_headers = \
        src/ncmpc.h \
        src/defaults.h \
        src/i18n.h \
+       src/screen_help.h \
+       src/screen_queue.h \
+       src/screen_file.h \
+       src/screen_artist.h \
        src/screen_browser.h \
+       src/screen_search.h \
+       src/screen_song.h \
+       src/screen_keydef.h \
+       src/screen_lyrics.h \
+       src/screen_outputs.h \
        src/screen_text.h \
        src/plugin.h \
        src/lyrics.h \
@@ -57,6 +73,7 @@ src_ncmpc_SOURCES = \
        $(ncmpc_headers) \
        src/resolver.c \
        src/main.c \
+       src/gidle.c \
        src/mpdclient.c \
        src/playlist.c \
        src/filelist.c \
@@ -64,15 +81,20 @@ src_ncmpc_SOURCES = \
        src/command.c \
        src/ncu.c \
        src/player_command.c \
+       src/title_bar.c \
        src/progress_bar.c \
+       src/status_bar.c \
        src/screen.c \
+       src/screen_message.c \
        src/screen_list.c \
+       src/screen_find.c \
        src/screen_utils.c \
        src/screen_client.c \
-       src/screen_play.c \
+       src/screen_queue.c \
        src/screen_browser.c \
        src/screen_file.c \
        src/list_window.c \
+       src/song_paint.c \
        src/colors.c \
        src/charset.c \
        src/wreadln.c \
@@ -136,6 +158,17 @@ src/ncmpc-tiny: $(filter-out %.h,$(src_ncmpc_SOURCES))
 
 CLEANFILES = src/ncmpc-tiny
 
+#
+# test suite
+#
+
+check_PROGRAMS = \
+       test/run_hscroll
+
+test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c
+test_run_hscroll_CPPFLAGS = -Isrc $(AM_CPPFLAGS)
+test_run_hscroll_LDFLAGS = $(GLIB_LIBS)
+
 #
 # sparse
 #