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