discard column colors if item is selected (optional)
[ncmpcpp.git] / src / Makefile.am
blobbfb028c8b7ff3c39bc92cd5b7393afcfd276c69d
1 bin_PROGRAMS = ncmpcpp
2 ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp conv.cpp display.cpp \
3         error.cpp help.cpp helpers.cpp info.cpp lyrics.cpp media_library.cpp menu.cpp \
4         misc.cpp mpdpp.cpp ncmpcpp.cpp outputs.cpp playlist.cpp playlist_editor.cpp \
5         scrollpad.cpp search_engine.cpp server_info.cpp settings.cpp song.cpp status.cpp \
6         tag_editor.cpp tiny_tag_editor.cpp tolower.cpp visualizer.cpp window.cpp
8 # set the include path found by configure
9 INCLUDES= $(all_includes)
11 # the library search path.
12 ncmpcpp_LDFLAGS = $(all_libraries)
13 noinst_HEADERS = browser.h charset.h clock.h conv.h display.h error.h global.h \
14         help.h helpers.h home.h info.h lyrics.h media_library.h menu.h misc.h mpdpp.h \
15         outputs.h playlist_editor.h screen.h scrollpad.h search_engine.h server_info.h \
16         settings.h song.h tag_editor.h tiny_tag_editor.h tolower.h visualizer.h window.h