Add account preset object draft.
[modest] / experimental / modest / src / Makefile.am
1 #
2 # Makefile.am
3 # Time-stamp: <2006-04-26 16:39:54 (djcb)>
4 SUBDIRS=gtk gtk-glade hildon
5
6 #FIXME: make the gconf stuff conditional
7
8 INCLUDES=\
9         $(MODEST_GSTUFF_CFLAGS)\
10         $(MODEST_GCONF_CFLAGS)\
11         $(MODEST_GTK_CFLAGS)\
12         $(MODEST_TINYMAIL_CFLAGS)
13
14 bin_PROGRAMS=\
15         modest
16
17 if MODEST_ENABLE_GCONF
18 modest_SOURCES=\
19         modest-main.c\
20         modest-conf-keys.h\
21         modest-conf.h \
22         modest-conf-gconf.c\
23         modest-account-keys.h\
24         modest-account-mgr.h\
25         modest-account-mgr.c\
26         modest-window-mgr.h\
27         modest-window-mgr.c\
28         modest-tny-account-store.h\
29         modest-tny-account-store.c\
30         modest-tny-folder-tree-view.h\
31         modest-tny-folder-tree-view.c\
32         modest-tny-header-tree-view.h\
33         modest-tny-header-tree-view.c\
34         modest-tny-msg-view.h\
35         modest-tny-msg-view.c\
36         modest-ui.h
37 else
38 modest_SOURCES=\
39         modest-main.c\
40         modest-conf.h \
41         modest-conf-keys.h\
42         modest-account-keys.h\
43         modest-account-mgr.h\
44         modest-account-mgr.c\
45         modest-ui.h
46 endif
47
48 modest_LDADD = \
49         $(MODEST_GSTUFF_LIBS) \
50         $(MODEST_GCONF_LIBS) \
51         $(MODEST_GTK_LIBS)\
52         $(MODEST_TINYMAIL_LIBS)\
53         $(MODEST_UI_DIR)/libmodest-ui.la