settings: configuration file processing rewrite

This commit is contained in:
Andrzej Rybczak
2014-08-28 18:57:16 +02:00
parent 8a1e4a48dd
commit 4b933b29e1
35 changed files with 1881 additions and 1446 deletions

View File

@@ -2,6 +2,7 @@ bin_PROGRAMS = ncmpcpp
ncmpcpp_SOURCES = \
utility/comparators.cpp \
utility/html.cpp \
utility/option_parser.cpp \
utility/string.cpp \
utility/type_conversions.cpp \
utility/wide_string.cpp \
@@ -10,9 +11,10 @@ ncmpcpp_SOURCES = \
browser.cpp \
charset.cpp \
clock.cpp \
cmdargs.cpp \
configuration.cpp \
curl_handle.cpp \
display.cpp \
enums.cpp \
error.cpp \
global.cpp \
help.cpp \
@@ -56,7 +58,9 @@ ncmpcpp_LDFLAGS = $(all_libraries)
noinst_HEADERS = \
utility/comparators.h \
utility/conversion.h \
utility/functional.h \
utility/html.h \
utility/option_parser.h \
utility/string.h \
utility/type_conversions.h \
utility/wide_string.h \
@@ -64,9 +68,10 @@ noinst_HEADERS = \
browser.h \
charset.h \
clock.h \
cmdargs.h \
configuration.h \
curl_handle.h \
display.h \
enums.h \
error.h \
exec_item.h \
global.h \