7c476297d020ec390f0e116bc30bd264e816e416
[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) -Wall\
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-tny-store-actions.c\
52         modest-tny-store-actions.h\
53         modest-editor-window.c\
54         modest-editor-window.h\
55         modest-viewer-window.c\
56         modest-viewer-window.h\
57         modest-ui.h
58
59 modest_LDADD = \
60         $(MODEST_GSTUFF_LIBS) \
61         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \
62         $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \
63         $(MODEST_UI_DIR)/libmodest-ui.la