allocate strings in a pool (taken from ncmpc)

This commit is contained in:
unK
2008-09-16 14:43:04 +02:00
parent 77a01b6574
commit ded070c61b
5 changed files with 214 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
bin_PROGRAMS = ncmpcpp
ncmpcpp_SOURCES = color_parser.cpp help.cpp helpers.cpp libmpdclient.c \
lyrics.cpp menu.cpp misc.cpp mpdpp.cpp ncmpcpp.cpp scrollpad.cpp search_engine.cpp \
settings.cpp song.cpp status_checker.cpp tag_editor.cpp window.cpp
settings.cpp song.cpp status_checker.cpp str_pool.c tag_editor.cpp window.cpp
# set the include path found by configure
INCLUDES= $(all_includes)