implement ProxySongList for handling general operations on lists
[ncmpcpp.git] / src / Makefile.am
blob46caf2d7c5c94c8a39e043ee5346868fbf12bebf
1 bin_PROGRAMS = ncmpcpp
2 ncmpcpp_SOURCES = \
3         utility/comparators.cpp \
4         utility/html.cpp \
5         utility/string.cpp \
6         utility/type_conversions.cpp \
7         actions.cpp \
8         browser.cpp \
9         charset.cpp \
10         clock.cpp \
11         curl_handle.cpp \
12         display.cpp \
13         error.cpp \
14         global.cpp \
15         help.cpp \
16         helpers.cpp \
17         lastfm.cpp \
18         lastfm_service.cpp \
19         lyrics.cpp \
20         lyrics_fetcher.cpp \
21         media_library.cpp \
22         mpdpp.cpp \
23         mutable_song.cpp \
24         ncmpcpp.cpp \
25         outputs.cpp \
26         playlist.cpp \
27         playlist_editor.cpp \
28         regexes.cpp \
29         screen.cpp \
30         scrollpad.cpp \
31         search_engine.cpp \
32         sel_items_adder.cpp \
33         server_info.cpp \
34         settings.cpp \
35         song.cpp \
36         song_info.cpp \
37         status.cpp \
38         tag_editor.cpp \
39         tiny_tag_editor.cpp \
40         visualizer.cpp \
41         window.cpp
43 # set the include path found by configure
44 INCLUDES= $(all_includes)
46 # the library search path.
47 ncmpcpp_LDFLAGS = $(all_libraries)
48 noinst_HEADERS = \
49         utility/comparators.h \
50         utility/html.h \
51         utility/string.h \
52         utility/numeric_conversions.h \
53         utility/type_conversions.h \
54         browser.h \
55         charset.h \
56         clock.h \
57         curl_handle.h \
58         display.h \
59         error.h \
60         global.h \
61         help.h \
62         helpers.h \
63         interfaces.h \
64         lastfm.h \
65         lastfm_service.h \
66         lyrics.h \
67         lyrics_fetcher.h \
68         macro_utilities.h \
69         media_library.h \
70         menu.h \
71         mpdpp.h \
72         mutable_song.h \
73         outputs.h \
74         playlist_editor.h \
75         proxy_song_list.h \
76         regex_filter.h \
77         regexes.h \
78         screen.h \
79         scrollpad.h \
80         search_engine.h \
81         sel_items_adder.h \
82         server_info.h \
83         settings.h \
84         song.h \
85         song_info.h \
86         tag_editor.h \
87         tiny_tag_editor.h \
88         visualizer.h \
89         window.h