group various functions more logically
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
bin_PROGRAMS = ncmpcpp
|
||||
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp help.cpp helpers.cpp \
|
||||
libmpdclient.c lyrics.cpp misc.cpp mpdpp.cpp ncmpcpp.cpp scrollpad.cpp \
|
||||
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp display.cpp help.cpp \
|
||||
helpers.cpp libmpdclient.c lyrics.cpp misc.cpp mpdpp.cpp ncmpcpp.cpp scrollpad.cpp \
|
||||
search_engine.cpp settings.cpp song.cpp status_checker.cpp str_pool.c tag_editor.cpp \
|
||||
window.cpp
|
||||
|
||||
@@ -9,6 +9,6 @@ INCLUDES= $(all_includes)
|
||||
|
||||
# the library search path.
|
||||
ncmpcpp_LDFLAGS = $(all_libraries)
|
||||
noinst_HEADERS = browser.h charset.h clock.h help.h helpers.h lyrics.h menu.h \
|
||||
mpdpp.h scrollpad.h search_engine.h settings.h song.h status_checker.h \
|
||||
tag_editor.h window.h
|
||||
noinst_HEADERS = browser.h charset.h clock.h display.h help.h helpers.h \
|
||||
lyrics.h menu.h mpdpp.h scrollpad.h search_engine.h settings.h song.h \
|
||||
status_checker.h tag_editor.h window.h
|
||||
|
||||
Reference in New Issue
Block a user