You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
539 B
12 lines
539 B
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 str_pool.c tag_editor.cpp window.cpp |
|
|
|
# set the include path found by configure |
|
INCLUDES= $(all_includes) |
|
|
|
# the library search path. |
|
ncmpcpp_LDFLAGS = $(all_libraries) |
|
noinst_HEADERS = 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
|
|
|