rename status_checker -> status / + some cleaning

This commit is contained in:
Andrzej Rybczak
2009-02-15 22:56:41 +01:00
parent b43d4dddeb
commit 26365d9832
15 changed files with 19 additions and 29 deletions

View File

@@ -2,8 +2,7 @@ bin_PROGRAMS = ncmpcpp
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp display.cpp help.cpp \
helpers.cpp info.cpp libmpdclient.c lyrics.cpp media_library.cpp misc.cpp mpdpp.cpp \
ncmpcpp.cpp playlist.cpp playlist_editor.cpp screen.cpp scrollpad.cpp \
search_engine.cpp settings.cpp song.cpp status_checker.cpp str_pool.c tag_editor.cpp \
window.cpp
search_engine.cpp settings.cpp song.cpp status.cpp str_pool.c tag_editor.cpp window.cpp
# set the include path found by configure
INCLUDES= $(all_includes)
@@ -12,5 +11,4 @@ INCLUDES= $(all_includes)
ncmpcpp_LDFLAGS = $(all_libraries)
noinst_HEADERS = browser.h charset.h clock.h display.h global.h help.h \
helpers.h info.h lyrics.h media_library.h menu.h mpdpp.h playlist_editor.h \
screen.h scrollpad.h search_engine.h settings.h song.h status_checker.h \
tag_editor.h window.h
screen.h scrollpad.h search_engine.h settings.h song.h tag_editor.h window.h