X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2FMakefile.am;h=775fa6576ec242216c0ef321dbecc093bee95012;hp=069ec24c0b9914a752fde1324d7f0fec797e6f8a;hb=67b5d583314db4e5009ee932b7452e65a17eba1e;hpb=6c19d78bf76e50b7cafcca340104313a5879da5f diff --git a/src/Makefile.am b/src/Makefile.am index 069ec24..775fa65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -213,7 +213,14 @@ modest_LDFLAGS = -export-dynamic -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) + +EXTRA_DIST=modest-marshal.list \ + $(MMC_MAPPING_FILE) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = modest-plugin-1.0.pc