* create new object class modest-editor-window as abstraction for the editor sub...
[modest] / src / Makefile.am
1 #
2 # Makefile.am
3 # Time-stamp: <2006-06-02 16:29:55 (djcb)>
4 SUBDIRS=$(MODEST_UI_DIR)
5
6 INCLUDES=\
7         $(MODEST_GSTUFF_CFLAGS)\
8         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
9         $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \
10         -I$(MODEST_UI_DIR)\
11         -DPREFIX=\"@prefix@\" \
12         -Wall
13
14 bin_PROGRAMS=\
15         modest
16
17 modest_SOURCES=\
18         modest-main.c\
19         modest-conf-keys.h\
20         modest-conf.h \
21         modest-conf-gconf.c\
22         modest-identity-keys.h\
23         modest-identity-mgr.h\
24         modest-identity-mgr.c\
25         modest-account-keys.h\
26         modest-account-mgr.h\
27         modest-account-mgr.c\
28         modest-window-mgr.h\
29         modest-window-mgr.c\
30         modest-icon-factory.c\
31         modest-icon-factory.h\
32         modest-tny-account-store.h\
33         modest-tny-account-store.c\
34         modest-tny-folder-tree-view.h\
35         modest-tny-folder-tree-view.c\
36         modest-tny-header-tree-view.h\
37         modest-tny-header-tree-view.c\
38         modest-tny-msg-view.h\
39         modest-tny-msg-view.c\
40         modest-tny-msg-actions.h\
41         modest-tny-msg-actions.c\
42         modest-proto.h\
43         modest-proto.c\
44         modest-ui.h\
45         modest-text-utils.h\
46         modest-text-utils.c\
47         modest-tny-stream-gtkhtml.h\
48         modest-tny-stream-gtkhtml.c\
49         modest-tny-transport-actions.c\
50         modest-tny-transport-actions.h\
51         modest-editor-window.c\
52         modest-editor-window.h\
53         modest-ui.h
54
55 modest_LDADD = \
56         $(MODEST_GSTUFF_LIBS) \
57         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \
58         $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \
59         $(MODEST_UI_DIR)/libmodest-ui.la