X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=d1b1418f7817d99278285ba901d84e142d4e9f84;hb=ec2bafc4ea1bfb6e67d51fbadc4cb71dbf451e48;hp=d53450c196b0345d1decd3be1242ad8f929b5876;hpb=2acb02c4cf9b7c529abead2dfc70d3b7559931b1;p=modest diff --git a/src/Makefile.am b/src/Makefile.am index d53450c..d1b1418 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) @@ -55,6 +51,8 @@ modest_public_headers = \ modest-account-settings.h \ modest-cache-mgr.h \ modest-conf.h \ + modest-defs.h \ + modest-local-folder-info.h \ modest-pair.h \ modest-platform.h \ modest-plugin.h \ @@ -64,6 +62,7 @@ modest_public_headers = \ modest-server-account-settings.h \ modest-text-utils.h \ modest-tny-account-store.h \ + modest-tny-folder.h \ modest-tny-local-folders-account.h \ modest-utils.h @@ -82,7 +81,6 @@ libmodest_la_SOURCES=\ modest-datetime-formatter.c \ modest-datetime-formatter.h \ modest-debug.h \ - modest-defs.h \ modest-defs.c \ modest-dimming-rule.c \ modest-dimming-rule.h \ @@ -96,7 +94,6 @@ libmodest_la_SOURCES=\ 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 \ @@ -110,6 +107,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 \ @@ -129,7 +128,6 @@ libmodest_la_SOURCES=\ modest-tny-account.c \ modest-tny-account.h \ modest-tny-folder.c \ - modest-tny-folder.h \ modest-tny-local-folders-account.c \ modest-tny-mime-part.c \ modest-tny-mime-part.h \ @@ -173,10 +171,11 @@ 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 -libmodest_la_LDFLAGS = -rdynamic -export-dynamic -no-undefined +libmodest_la_LDFLAGS = -rdynamic -no-undefined if MODEST_HAVE_DBUS_API libmodest_la_LIBADD += dbus_api/libmodest-dbus-api.la @@ -194,21 +193,37 @@ modest_DEPENDENCIES = \ modest_CFLAGS = $(MAEMO_LAUNCHER_CFLAGS) modest_UNWANTED = -export-dynamic -Wl,--export-dynamic modest_LDADD = \ - $(filter-out $(modest_UNWANTED), \ + $(filter-out $(modest_UNWANTED), \ $(MAEMO_LAUNCHER_LIBS) \ $(MODEST_GSTUFF_LIBS) \ $(MODEST_MOZEMBED_LIBS) \ $(MODEST_PLATFORM_LIBS) \ - $(MODEST_TOOLKIT_LIBS) \ + $(MODEST_TOOLKIT_LIBS) \ $(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 + + +# 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 +EXTRA_DIST=modest-marshal.list \ + $(MMC_MAPPING_FILE) \ + $(PROVIDER_DATA_FILE) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = modest-plugin-1.0.pc