actions: use unique_ptr for storing actions
[ncmpcpp.git] / src / Makefile.am
blob46a3fbe1f335d0471c8a1a15f3708d541a337d92
1 bin_PROGRAMS = ncmpcpp
2 ncmpcpp_SOURCES = \
3         utility/comparators.cpp \
4         utility/html.cpp \
5         utility/option_parser.cpp \
6         utility/string.cpp \
7         utility/type_conversions.cpp \
8         utility/wide_string.cpp \
9         actions.cpp \
10         bindings.cpp \
11         browser.cpp \
12         charset.cpp \
13         clock.cpp \
14         configuration.cpp \
15         curl_handle.cpp \
16         display.cpp \
17         enums.cpp \
18         format.cpp \
19         global.cpp \
20         help.cpp \
21         helpers.cpp \
22         lastfm.cpp \
23         lastfm_service.cpp \
24         lyrics.cpp \
25         lyrics_fetcher.cpp \
26         macro_utilities.cpp \
27         media_library.cpp \
28         mpdpp.cpp \
29         mutable_song.cpp \
30         ncmpcpp.cpp \
31         outputs.cpp \
32         playlist.cpp \
33         playlist_editor.cpp \
34         screen.cpp \
35         screen_type.cpp \
36         scrollpad.cpp \
37         search_engine.cpp \
38         sel_items_adder.cpp \
39         server_info.cpp \
40         settings.cpp \
41         song.cpp \
42         song_info.cpp \
43         song_list.cpp \
44         sort_playlist.cpp \
45         status.cpp \
46         statusbar.cpp \
47         tag_editor.cpp \
48         tags.cpp \
49         tiny_tag_editor.cpp \
50         title.cpp \
51         visualizer.cpp \
52         window.cpp
54 # set the include path found by configure
55 INCLUDES= $(all_includes)
57 # the library search path.
58 ncmpcpp_LDFLAGS = $(all_libraries)
59 noinst_HEADERS = \
60         helpers/song_iterator_maker.h \
61         utility/comparators.h \
62         utility/conversion.h \
63         utility/functional.h \
64         utility/html.h \
65         utility/option_parser.h \
66         utility/readline.h \
67         utility/shared_resource.h \
68         utility/string.h \
69         utility/type_conversions.h \
70         utility/wide_string.h \
71         bindings.h \
72         browser.h \
73         charset.h \
74         clock.h \
75         configuration.h \
76         curl_handle.h \
77         display.h \
78         enums.h \
79         format.h \
80         format_impl.h \
81         global.h \
82         help.h \
83         helpers.h \
84         interfaces.h \
85         lastfm.h \
86         lastfm_service.h \
87         lyrics.h \
88         lyrics_fetcher.h \
89         macro_utilities.h \
90         media_library.h \
91         menu.h \
92         menu_impl.h \
93         mpdpp.h \
94         mutable_song.h \
95         outputs.h \
96         playlist_editor.h \
97         regex_filter.h \
98         runnable_item.h \
99         screen.h \
100         screen_switcher.h \
101         screen_type.h \
102         scrollpad.h \
103         search_engine.h \
104         sel_items_adder.h \
105         server_info.h \
106         settings.h \
107         song.h \
108         song_info.h \
109         song_list.h \
110         sort_playlist.h \
111         status.h \
112         statusbar.h \
113         tag_editor.h \
114         tags.h \
115         tiny_tag_editor.h \
116         title.h \
117         visualizer.h \
118         window.h