This commit includes a complete refactor of ModestMsgView. Now
[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         $(MODEST_MOZEMBED_CFLAGS) \
10         -I ${top_srcdir}/src/$(MODEST_PLATFORM) \
11         -I ${top_srcdir}/src \
12         -DPREFIX=\"@prefix@\" \
13         -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \
14         -Wall
15
16 noinst_LTLIBRARIES=\
17         libmodest-widgets.la
18
19 libmodest_widgets_la_SOURCES=          \
20         modest-account-view-window.h   \
21         modest-account-view.c          \
22         modest-account-view.h          \
23         modest-attachment-view.c       \
24         modest-attachment-view.h       \
25         modest-attachments-view.c      \
26         modest-attachments-view.h      \
27         modest-combo-box.c             \
28         modest-combo-box.h             \
29         modest-dnd.c                   \
30         modest-dnd.h                   \
31         modest-folder-view.c           \
32         modest-folder-view.h           \
33         modest-global-settings-dialog.c \
34         modest-global-settings-dialog.h \
35         modest-gtkhtml-mime-part-view.c \
36         modest-gtkhtml-mime-part-view.h \
37         modest-hbox-cell-renderer.c    \
38         modest-hbox-cell-renderer.h    \
39         modest-vbox-cell-renderer.c    \
40         modest-vbox-cell-renderer.h    \
41         modest-header-view-observer.c  \
42         modest-header-view-observer.h  \
43         modest-header-view-render.c    \
44         modest-header-view.c           \
45         modest-header-view.h           \
46         modest-isearch-view.c          \
47         modest-isearch-view.h          \
48         modest-limit-retrieve-combo-box.h \
49         modest-limit-retrieve-combo-box.c \
50         modest-mail-header-view.c      \
51         modest-mail-header-view.h      \
52         modest-main-window.h           \
53         modest-mime-part-view.c        \
54         modest-mime-part-view.h        \
55         modest-msg-edit-window-ui.h    \
56         modest-msg-edit-window.h       \
57         modest-msg-view-window.h       \
58         modest-msg-view.c              \
59         modest-msg-view.h              \
60         modest-gtkhtml-msg-view.c              \
61         modest-gtkhtml-msg-view.h              \
62         modest-details-dialog.c        \
63         modest-details-dialog.h        \
64         modest-recpt-editor.c          \
65         modest-recpt-editor.h          \
66         modest-recpt-view.c            \
67         modest-recpt-view.h            \
68         modest-retrieve-combo-box.h    \
69         modest-retrieve-combo-box.c    \
70         modest-scroll-text.c           \
71         modest-scroll-text.h           \
72         modest-serversecurity-combo-box.h modest-serversecurity-combo-box.c \
73         modest-secureauth-combo-box.h modest-secureauth-combo-box.c \
74         modest-tny-stream-gtkhtml.c    \
75         modest-tny-stream-gtkhtml.h    \
76         modest-ui-constants.h \
77         modest-validating-entry.h modest-validating-entry.c \
78         modest-window.c                \
79         modest-window.h                \
80         modest-window-mgr.h            \
81         modest-window-mgr.c            \
82         modest-zoomable.h              \
83         modest-zoomable.c
84
85 if BUILD_MOZEMBED
86 libmodest_widgets_la_SOURCES+=          \
87         modest-mozembed-msg-view.c              \
88         modest-mozembed-msg-view.h             \
89         modest-mozembed-mime-part-view.c \
90         modest-mozembed-mime-part-view.h        
91 endif
92
93 LDADD = \
94         $(MODEST_GSTUFF_LIBS)                           \
95         $(MODEST_MOZEMBED_LIBS)                         \
96         $(MODEST_PLATFORM_LIBS)                         \
97         $(MODEST_HILDON_WIDGETS_LIBS)