X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=0faa06fa38abf82c983bcc25100bcd3de93e0253;hb=76c9a863f76fa979ca4920d9161d4c325e4da708;hp=599e0175f2eaaf9985f55fba845bc24570c0a25c;hpb=31bb0518a45f4ca59a30a650475d3a3f9ff87610;p=modest diff --git a/src/Makefile.am b/src/Makefile.am index 599e017..0faa06f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,13 @@ # # Makefile.am -# Time-stamp: <2007-01-27 18:11:31 (djcb)> +# Time-stamp: <2007-04-10 10:58:05 (djcb)> SUBDIRS=$(MODEST_PLATFORM) widgets -DIST_SUBDIRS = widgets gtk maemo +DIST_SUBDIRS = widgets gnome maemo INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I ${top_srcdir}/src/widgets \ -I$(MODEST_PLATFORM) \ -DPREFIX=\"@prefix@\" \ -DMODEST_LOCALEDIR=\"$(MODEST_LOCALEDIR)\" \ @@ -25,17 +24,17 @@ modest-marshal.c: modest-marshal.list modest-marshal.h: modest-marshal.list glib-genmarshal --header --prefix=modest_marshal < modest-marshal.list > modest-marshal.h - bin_PROGRAMS=\ modest modest_SOURCES=\ - modest-account-mgr.c\ - modest-account-mgr.h\ - modest-account-mgr-helpers.h\ modest-account-mgr-helpers.c\ - modest-account-mgr-priv.h\ + modest-account-mgr-helpers.h\ modest-account-mgr-priv.c\ + modest-account-mgr-priv.h\ + modest-account-mgr.c\ + modest-account-mgr.h\ + modest-address-book.h\ modest-cache-mgr.c\ modest-cache-mgr.h\ modest-conf.c\ @@ -44,10 +43,8 @@ modest_SOURCES=\ modest-error.h \ modest-formatter.c \ modest-formatter.h \ - modest-icon-factory.c\ - modest-icon-factory.h\ - modest-local-folder-info.h \ modest-local-folder-info.c \ + modest-local-folder-info.h \ modest-mail-operation-queue.c \ modest-mail-operation-queue.h \ modest-mail-operation.c \ @@ -57,6 +54,9 @@ modest_SOURCES=\ modest-marshal.h \ modest-pair.c\ modest-pair.h\ + modest-platform.h\ + modest-progress-object.c\ + modest-progress-object.h\ modest-protocol-info.c\ modest-protocol-info.h\ modest-runtime.c\ @@ -71,23 +71,24 @@ modest_SOURCES=\ modest-tny-account.h\ modest-tny-folder.c \ modest-tny-folder.h \ - modest-tny-msg-actions.c\ - modest-tny-msg-actions.h\ + modest-tny-msg.c\ + modest-tny-msg.h\ + modest-platform.h\ modest-tny-platform-factory.c \ modest-tny-platform-factory.h \ - modest-ui.c\ - modest-ui.h\ + modest-tny-send-queue.c\ + modest-tny-send-queue.h\ + modest-ui-actions.c\ modest-ui-actions.h\ - modest-widget-factory.c \ - modest-widget-factory.h \ + modest-widget-memory-priv.h \ modest-widget-memory.c\ - modest-widget-memory.h \ - modest-widget-memory-priv.h + modest-widget-memory.h modest_LDADD = \ $(MODEST_GSTUFF_LIBS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ + ${easysetupmaybe} \ $(MODEST_PLATFORM)/libmodest-ui.la \ widgets/libmodest-widgets.la