move ParseArgv to separate file

This commit is contained in:
Andrzej Rybczak
2012-09-08 18:54:52 +02:00
parent 84326efc46
commit 189010fecc
6 changed files with 301 additions and 251 deletions

View File

@@ -10,6 +10,7 @@ ncmpcpp_SOURCES = \
browser.cpp \
charset.cpp \
clock.cpp \
cmdargs.cpp \
curl_handle.cpp \
display.cpp \
error.cpp \
@@ -58,6 +59,7 @@ noinst_HEADERS = \
browser.h \
charset.h \
clock.h \
cmdargs.h \
curl_handle.h \
display.h \
error.h \