* Renamed one method in modest UI actions
[modest] / src / widgets / Makefile.am
1 #
2 # Makefile.am
3 # Time-stamp: <2007-06-23 15:40:04 (djcb)>
4
5 INCLUDES=\
6         $(MODEST_GSTUFF_CFLAGS) \
7         $(MODEST_PLATFORM_CFLAGS) \
8         $(MODEST_HILDON_WIDGETS_CFLAGS) \
9         -I ${top_srcdir}/src/$(MODEST_PLATFORM) \
10         -I ${top_srcdir}/src \
11         -DPREFIX=\"@prefix@\" \
12         -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \
13         -Wall
14
15 noinst_LTLIBRARIES=\
16         libmodest-widgets.la
17
18 libmodest_widgets_la_SOURCES=          \
19         modest-account-view-window.h   \
20         modest-account-view.c          \
21         modest-account-view.h          \
22         modest-attachment-view.c       \
23         modest-attachment-view.h       \
24         modest-attachments-view.c      \
25         modest-attachments-view.h      \
26         modest-combo-box.c             \
27         modest-combo-box.h             \
28         modest-dnd.c                   \
29         modest-dnd.h                   \
30         modest-folder-view.c           \
31         modest-folder-view.h           \
32         modest-global-settings-dialog.c \
33         modest-global-settings-dialog.h \
34         modest-hbox-cell-renderer.c    \
35         modest-hbox-cell-renderer.h    \
36         modest-vbox-cell-renderer.c    \
37         modest-vbox-cell-renderer.h    \
38         modest-header-view-observer.c  \
39         modest-header-view-observer.h  \
40         modest-header-view-render.c    \
41         modest-header-view.c           \
42         modest-header-view.h           \
43         modest-limit-retrieve-combo-box.h \
44         modest-limit-retrieve-combo-box.c \
45         modest-mail-header-view.c      \
46         modest-mail-header-view.h      \
47         modest-main-window.h           \
48         modest-msg-edit-window-ui.h    \
49         modest-msg-edit-window.h       \
50         modest-msg-view-window.h       \
51         modest-msg-view.c              \
52         modest-msg-view.h              \
53         modest-details-dialog.c        \
54         modest-details-dialog.h        \
55         modest-recpt-editor.c          \
56         modest-recpt-editor.h          \
57         modest-recpt-view.c            \
58         modest-recpt-view.h            \
59         modest-retrieve-combo-box.h    \
60         modest-retrieve-combo-box.c    \
61         modest-scroll-text.c           \
62         modest-scroll-text.h           \
63         modest-serversecurity-combo-box.h modest-serversecurity-combo-box.c \
64         modest-secureauth-combo-box.h modest-secureauth-combo-box.c \
65         modest-tny-stream-gtkhtml.c    \
66         modest-tny-stream-gtkhtml.h    \
67         modest-ui-constants.h \
68         modest-validating-entry.h modest-validating-entry.c \
69         modest-window.c                \
70         modest-window.h                \
71         modest-window-mgr.h            \
72         modest-window-mgr.c
73
74 LDADD = \
75         $(MODEST_GSTUFF_LIBS)                           \
76         $(MODEST_PLATFORM_LIBS)                         \
77         $(MODEST_HILDON_WIDGETS_LIBS)