media library: fix mouse event handler
[ncmpcpp.git] / src / Makefile.am
blobf7f70c5c404c4c4f5662d554926396bdd8d497e7
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         error.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         sort_playlist.cpp \
44         status.cpp \
45         statusbar.cpp \
46         tag_editor.cpp \
47         tags.cpp \
48         tiny_tag_editor.cpp \
49         title.cpp \
50         visualizer.cpp \
51         window.cpp
53 # set the include path found by configure
54 INCLUDES= $(all_includes)
56 # the library search path.
57 ncmpcpp_LDFLAGS = $(all_libraries)
58 noinst_HEADERS = \
59         utility/comparators.h \
60         utility/conversion.h \
61         utility/functional.h \
62         utility/html.h \
63         utility/option_parser.h \
64         utility/string.h \
65         utility/type_conversions.h \
66         utility/wide_string.h \
67         bindings.h \
68         browser.h \
69         charset.h \
70         clock.h \
71         configuration.h \
72         curl_handle.h \
73         display.h \
74         enums.h \
75         error.h \
76         global.h \
77         help.h \
78         helpers.h \
79         interfaces.h \
80         lastfm.h \
81         lastfm_service.h \
82         lyrics.h \
83         lyrics_fetcher.h \
84         macro_utilities.h \
85         media_library.h \
86         menu.h \
87         mpdpp.h \
88         mutable_song.h \
89         outputs.h \
90         playlist_editor.h \
91         proxy_song_list.h \
92         regex_filter.h \
93         runnable_item.h \
94         screen.h \
95         screen_switcher.h \
96         screen_type.h \
97         scrollpad.h \
98         search_engine.h \
99         sel_items_adder.h \
100         server_info.h \
101         settings.h \
102         song.h \
103         song_info.h \
104         sort_playlist.h \
105         status.h \
106         statusbar.h \
107         tag_editor.h \
108         tags.h \
109         tiny_tag_editor.h \
110         title.h \
111         visualizer.h \
112         window.h