Added files from osso-modest-easysetup
[modest] / src / maemo / easysetup / Makefile.am
1 SUBDIRS=modest-account-mgr
2 DIST_SUBDIRS=
3
4 INCLUDES=\
5         $(MODEST_GSTUFF_CFLAGS)\
6         -DPREFIX=\"@prefix@\" \
7         -DOSSO_MODEST_EASYSETUP_LOCALEDIR=\"$(OSSO_MODEST_EASYSETUP_LOCALEDIR)\" \
8         -I$(srcdir)/modest-account-mgr
9
10
11 bin_PROGRAMS=\
12         osso-modest-easysetup
13
14 osso_modest_easysetup_SOURCES=\
15         main.c \
16         modest-wizard-dialog.h modest-wizard-dialog.c \
17         modest-presets.h modest-presets.c \
18         modest-easysetup-wizard.h modest-easysetup-wizard.c \
19         modest-easysetup-country-combo-box.h modest-easysetup-country-combo-box.c \
20         modest-easysetup-provider-combo-box.h modest-easysetup-provider-combo-box.c \
21         modest-easysetup-servertype-combo-box.h modest-easysetup-servertype-combo-box.c \
22         modest-easysetup-serversecurity-combo-box.h modest-easysetup-serversecurity-combo-box.c \
23         modest-easysetup-secureauth-combo-box.h modest-easysetup-secureauth-combo-box.c \
24         modest-validating-entry.h modest-validating-entry.c \
25         modest-text-utils.h modest-text-utils.c
26
27 osso_modest_easysetup_LDADD =                                           \
28         $(MODEST_GSTUFF_LIBS) \
29         modest-account-mgr/libmodestaccountmgr.a
30