change version to 0.7.3
[ncmpcpp.git] / src / Makefile.am
blob89eebfd2d075b9b19920d247c148de36005888a7
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/string.h \
68         utility/type_conversions.h \
69         utility/wide_string.h \
70         bindings.h \
71         browser.h \
72         charset.h \
73         clock.h \
74         configuration.h \
75         curl_handle.h \
76         display.h \
77         enums.h \
78         format.h \
79         format_impl.h \
80         global.h \
81         help.h \
82         helpers.h \
83         interfaces.h \
84         lastfm.h \
85         lastfm_service.h \
86         lyrics.h \
87         lyrics_fetcher.h \
88         macro_utilities.h \
89         media_library.h \
90         menu.h \
91         menu_impl.h \
92         mpdpp.h \
93         mutable_song.h \
94         outputs.h \
95         playlist_editor.h \
96         regex_filter.h \
97         runnable_item.h \
98         screen.h \
99         screen_switcher.h \
100         screen_type.h \
101         scrollpad.h \
102         search_engine.h \
103         sel_items_adder.h \
104         server_info.h \
105         settings.h \
106         song.h \
107         song_info.h \
108         song_list.h \
109         sort_playlist.h \
110         status.h \
111         statusbar.h \
112         tag_editor.h \
113         tags.h \
114         tiny_tag_editor.h \
115         title.h \
116         visualizer.h \
117         window.h