X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2FMakefile.am;h=ce148194991ec9ac21ee7eed01bc55528acf99c5;hp=55a30123a3956bf77e649da490b0d1f4b5164485;hb=2da007966ea445b3574320d9c914c7475df64c59;hpb=3e7a3b4e5759d63285d8795435b2ceedaf63b216 diff --git a/src/Makefile.am b/src/Makefile.am index 55a3012..ce14819 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,10 @@ # # Makefile.am -# Time-stamp: <2007-03-03 17:20:20 (djcb)> -SUBDIRS=$(MODEST_PLATFORM) widgets -DIST_SUBDIRS = widgets gtk maemo +# Time-stamp: <2007-05-15 08:46:05 (djcb)> + +SUBDIRS=$(MODEST_PLATFORM) widgets $(dbus_api) + +DIST_SUBDIRS = widgets gnome maemo dbus_api INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ @@ -10,9 +12,9 @@ INCLUDES=\ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ -I$(MODEST_PLATFORM) \ -DPREFIX=\"@prefix@\" \ + -DMAEMO_CHANGES \ -DMODEST_LOCALEDIR=\"$(MODEST_LOCALEDIR)\" \ -DMODEST_PLATFORM=\"$(MODEST_PLATFORM)\" \ - -DMODEST_PLATFORM_ID=$(MODEST_PLATFORM_ID) \ -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \ -DMODEST_UIDIR=\"$(datadir)/modest/ui/\" @@ -24,7 +26,6 @@ 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 @@ -35,6 +36,7 @@ modest_SOURCES=\ 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\ @@ -43,22 +45,33 @@ modest_SOURCES=\ modest-error.h \ modest-formatter.c \ modest-formatter.h \ + modest-init.c \ + modest-init.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 \ modest-mail-operation.h \ + modest-ui-dimming-manager.c \ + modest-ui-dimming-manager.h \ + modest-dimming-rules-group.c \ + modest-dimming-rules-group.h \ + modest-dimming-rule.c \ + modest-dimming-rule.h \ modest-main.c\ modest-marshal.c \ 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\ modest-runtime.h\ + modest-runtime-priv.h\ modest-singletons.c\ modest-singletons.h\ modest-text-utils.c\ @@ -67,6 +80,8 @@ modest_SOURCES=\ modest-tny-account-store.h\ modest-tny-account.c\ modest-tny-account.h\ + modest-tny-outbox-account.c\ + modest-tny-outbox-account.h\ modest-tny-folder.c \ modest-tny-folder.h \ modest-tny-msg.c\ @@ -74,19 +89,33 @@ modest_SOURCES=\ modest-platform.h\ modest-tny-platform-factory.c \ modest-tny-platform-factory.h \ + modest-tny-simple-folder-store.c \ + modest-tny-simple-folder-store.h \ modest-tny-send-queue.c\ modest-tny-send-queue.h\ modest-ui-actions.c\ modest-ui-actions.h\ + modest-ui-dimming-rules.c\ + modest-ui-dimming-rules.h\ modest-widget-memory-priv.h \ modest-widget-memory.c\ - modest-widget-memory.h + modest-widget-memory.h\ + modest-search.c\ + modest-search.h\ + modest-mime-part-search-stream.c\ + modest-mime-part-search-stream.h + +modest_CFLAGS = $(MAEMO_LAUNCHER_CFLAGS) +modest_LDFLAGS = $(MAEMO_LAUNCHER_LDFLAGS) modest_LDADD = \ $(MODEST_GSTUFF_LIBS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ + ${easysetupmaybe} \ $(MODEST_PLATFORM)/libmodest-ui.la \ - widgets/libmodest-widgets.la + widgets/libmodest-widgets.la \ + dbus_api/libmodest-dbus-api.la + EXTRA_DIST=modest-marshal.list