X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2FMakefile.am;h=b720850cee1f7a63a634d75b3690c2b12491cd7a;hp=8288fa65673b681a61e19a41a2e3d91957a25384;hb=4d39841513a3a7f7aa9d38ab97cb9fcc9171e80b;hpb=e7b3ca0c5c0a279f8f4efa8a3c8c849bfd7198c1 diff --git a/src/Makefile.am b/src/Makefile.am index 8288fa6..b720850 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ INCLUDES=\ $(MODEST_LIBCONIC_CFLAGS) \ $(MODEST_HILDON_NOTIFY_CFLAGS) \ $(MODEST_MOZEMBED_CFLAGS) \ - -fPIC \ + -fPIC \ -I$(MODEST_TOOLKIT_DIR) \ -DPREFIX=\"@prefix@\" \ -DMAEMO_CHANGES \ @@ -39,10 +39,6 @@ noinst_LTLIBRARIES = libmodest.la bin_PROGRAMS=\ modest -to_remove=\ - modest-testplugin-protocol.c \ - modest-testplugin-protocol.h - # # NOTE: $(addressbook) will be modest-addressbook-dummy.c # if no real addressbook has been defined (configure.ac) @@ -57,6 +53,8 @@ modest_public_headers = \ modest-conf.h \ modest-defs.h \ modest-local-folder-info.h \ + modest-mail-operation.h \ + modest-mail-operation-queue.h \ modest-pair.h \ modest-platform.h \ modest-plugin.h \ @@ -64,10 +62,12 @@ modest_public_headers = \ modest-protocol.h \ modest-protocol-registry.h \ modest-server-account-settings.h \ + modest-signal-mgr.h \ modest-text-utils.h \ modest-tny-account-store.h \ modest-tny-folder.h \ modest-tny-local-folders-account.h \ + modest-tny-send-queue.h \ modest-utils.h libmodest_la_SOURCES=\ @@ -111,6 +111,8 @@ libmodest_la_SOURCES=\ modest-plugin.c \ modest-plugin-factory.c \ modest-plugin-factory.h \ + modest-presets.c \ + modest-presets.h \ modest-progress-object.c \ modest-progress-object.h \ modest-protocol.c \ @@ -173,6 +175,7 @@ libmodest_la_LIBADD = \ $(MODEST_HILDON_HELP_LIBS) \ $(MODEST_HILDON_NOTIFY_LIBS) \ $(MODEST_OGS_LIBS) \ + $(MODEST_LIBTIME_LIBS) \ ${easysetupmaybe} \ widgets/libmodest-widgets.la \ $(MODEST_TOOLKIT_DIR)/libmodest-ui.la @@ -203,15 +206,28 @@ modest_LDADD = \ $(MODEST_HILDON_HELP_LIBS) \ $(MODEST_HILDON_NOTIFY_LIBS) \ $(MODEST_OGS_LIBS) \ + $(MODEST_LIBTIME_LIBS) \ ${easysetupmaybe} \ libmodest.la) -modest_LDFLAGS = -Wl,--version-script=export.map +modest_LDFLAGS = $(MAEMO_LAUNCHER_MODEST_LDFLAGS) -Wl,--version-script=export.map # modest_UNWANTED = -export-dynamic -Wl,--export-dynamic -EXTRA_DIST=modest-marshal.list +# mcc_mapping may be provided by the operator-wizard-settings package: +# the one here is a copy, as that package is not available in chinook +MMC_MAPPING_FILE=mcc_mapping +mmccmappingdir=$(datadir)/modest/provider-data +mmccmapping_DATA = $(MMC_MAPPING_FILE) + +PROVIDER_DATA_FILE=fallback-provider-data.keyfile +providerdatadir=$(datadir)/modest/provider-data +providerdata_DATA = $(PROVIDER_DATA_FILE) + +EXTRA_DIST=modest-marshal.list \ + $(MMC_MAPPING_FILE) \ + $(PROVIDER_DATA_FILE) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = modest-plugin-1.0.pc