Update list of wide characters
[centerim5.git] / cppconsui / Makefile.am
blobdb57f203848354d34d8bb02bd90292451f972ed2
1 lib_LTLIBRARIES = libcppconsui.la
3 # When you add files here, also add them in po/POTFILES.in.
4 libcppconsui_la_SOURCES = \
5         AbstractDialog.cpp \
6         AbstractDialog.h \
7         AbstractLine.cpp \
8         AbstractLine.h \
9         AbstractListBox.cpp \
10         AbstractListBox.h \
11         Button.cpp \
12         Button.h \
13         CheckBox.cpp \
14         CheckBox.h \
15         ColorPicker.cpp \
16         ColorPicker.h \
17         ColorPickerPalette.cpp \
18         ColorPickerPalette.h \
19         ColorPickerComboBox.cpp \
20         ColorPickerComboBox.h \
21         ColorPickerDialog.cpp \
22         ColorPickerDialog.h \
23         ColorScheme.h \
24         ColorScheme.cpp \
25         ConsUICurses.cpp \
26         ConsUICurses.h \
27         Container.cpp \
28         Container.h \
29         ComboBox.cpp \
30         ComboBox.h \
31         CoreManager.cpp \
32         CoreManager.h \
33         CppConsUI.cpp \
34         CppConsUI.h \
35         Dialog.cpp \
36         Dialog.h \
37         HorizontalLine.cpp \
38         HorizontalLine.h \
39         HorizontalListBox.cpp \
40         HorizontalListBox.h \
41         InputDialog.cpp \
42         InputDialog.h \
43         InputProcessor.cpp \
44         InputProcessor.h \
45         Label.cpp \
46         Label.h \
47         ListBox.cpp \
48         ListBox.h \
49         KeyConfig.cpp \
50         KeyConfig.h \
51         Keys.cpp \
52         Keys.h \
53         MenuWindow.cpp \
54         MenuWindow.h \
55         MessageDialog.cpp \
56         MessageDialog.h \
57         Panel.cpp \
58         Panel.h \
59         Spacer.cpp \
60         Spacer.h \
61         SplitDialog.cpp \
62         SplitDialog.h \
63         TextEdit.cpp \
64         TextEdit.h \
65         TextEntry.cpp \
66         TextEntry.h \
67         TextView.cpp \
68         TextView.h \
69         TreeView.cpp \
70         TreeView.h \
71         VerticalLine.cpp \
72         VerticalLine.h \
73         Widget.cpp \
74         Widget.h \
75         Window.cpp \
76         Window.h \
77         tree.hh
79 libcppconsui_la_CPPFLAGS = \
80         $(SIGC_CFLAGS) \
81         $(NCURSESW_CFLAGS) \
82         $(TERMKEY_CFLAGS) \
83         -I$(top_srcdir) \
84         -DG_LOG_DOMAIN=\"cppconsui\"
86 libcppconsui_la_LIBADD = \
87         $(LTLIBICONV) \
88         $(LTLIBINTL) \
89         $(SIGC_LIBS) \
90         $(NCURSESW_LIBS) \
91         $(TERMKEY_LIBS)