X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=8b7c89574f58cc4d23c92ab181b3eb7289979bc6;hb=47b6bed5e41055dcffdbfdb9c989b49bf6500293;hp=033ca0b1f624c422effe5ca350639f3b54166be7;hpb=10ed080d5117d106b64daa307872feb8a239ff69;p=modest diff --git a/src/Makefile.am b/src/Makefile.am index 033ca0b..8b7c895 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,23 +1,26 @@ # # Makefile.am -# Time-stamp: <2006-06-02 16:29:55 (djcb)> -SUBDIRS=$(MODEST_UI_DIR) +# Time-stamp: <2006-11-28 17:42:40 (djcb)> +SUBDIRS=$(MODEST_PLATFORM) widgets +DIST_SUBDIRS = widgets gtk INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I$(MODEST_UI_DIR) -Wall\ + -I$(MODEST_PLATFORM) \ -DPREFIX=\"@prefix@\" \ - -Wall + -DMODESTLOCALEDIR=\""$(modestlocaledir)"\" \ + -DMODEST_PLATFORM=\"$(MODEST_PLATFORM)\" \ + -DMODEST_PLATFORM_ID=$(MODEST_PLATFORM_ID) BUILT_SOURCES = modest-marshal.c modest-marshal.h -modest-marshal.c: - glib-genmarshal --body --prefix=modest_marshal < marshall.list > modest-marshal.c - -modest-marshal.h: - glib-genmarshal --header --prefix=modest_marshal < marshall.list > modest-marshal.h +modest-marshal.c: modest-marshal.list + glib-genmarshal --body --prefix=modest_marshal < modest-marshal.list > modest-marshal.c + +modest-marshal.h: modest-marshal.list + glib-genmarshal --header --prefix=modest_marshal < modest-marshal.list > modest-marshal.h bin_PROGRAMS=\ @@ -27,48 +30,49 @@ modest_SOURCES=\ modest-main.c\ modest-conf-keys.h\ modest-conf.h \ - modest-conf-gconf.c\ - modest-identity-keys.h\ - modest-identity-mgr.h\ - modest-identity-mgr.c\ + modest-conf.c\ + modest-pair.h\ + modest-pair.c\ + modest-widget-factory.h \ + modest-widget-factory.c \ + modest-widget-memory.h\ + modest-widget-memory.c\ modest-account-keys.h\ modest-account-mgr.h\ modest-account-mgr.c\ - modest-window-mgr.h\ - modest-window-mgr.c\ modest-icon-factory.c\ modest-icon-factory.h\ modest-tny-account-store.h\ modest-tny-account-store.c\ - modest-tny-folder-tree-view.h\ - modest-tny-folder-tree-view.c\ - modest-tny-header-tree-view.h\ - modest-tny-header-tree-view.c\ - modest-tny-msg-view.h\ - modest-tny-msg-view.c\ modest-tny-msg-actions.h\ modest-tny-msg-actions.c\ - modest-proto.h\ - modest-proto.c\ + modest-presets.c\ + modest-presets.h\ + modest-protocol-mgr.h\ + modest-protocol-mgr.c\ modest-ui.h\ modest-text-utils.h\ modest-text-utils.c\ modest-tny-stream-gtkhtml.h\ modest-tny-stream-gtkhtml.c\ - modest-tny-transport-actions.c\ - modest-tny-transport-actions.h\ - modest-tny-store-actions.c\ - modest-tny-store-actions.h\ - modest-editor-window.c\ - modest-editor-window.h\ - modest-viewer-window.c\ - modest-viewer-window.h\ - modest-ui.h \ + modest-tny-attachment.h\ + modest-tny-attachment.c\ modest-marshal.c \ - modest-marshal.h + modest-marshal.h \ + modest-mail-operation.c \ + modest-mail-operation.h \ + modest-mail-operation-queue.c \ + modest-mail-operation-queue.h \ + modest-tny-platform-factory.c \ + modest-tny-platform-factory.h \ + modest-formatter.c \ + modest-formatter.h + +modest_LDADD = \ + $(MODEST_GSTUFF_LIBS) \ + $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ + $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ + $(MODEST_PLATFORM)/libmodest-ui.la \ + widgets/libmodest-widgets.la -modest_LDADD = \ - $(MODEST_GSTUFF_LIBS) \ - $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ - $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ - $(MODEST_UI_DIR)/libmodest-ui.la +EXTRA_DIST=modest-marshal.list