X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2FMakefile.am;fp=src%2Fmaemo%2FMakefile.am;h=703da40dc8f6167c79518e4fce5314f1e371db27;hp=cd0b2de06055551284b90ee06fdc68b3dee930fc;hb=c958cc1082f00b01a30489bb1b6e6b10f7f9cf16;hpb=1807d0ffbcc503686889d878c8a37b5c31f30b23 diff --git a/src/maemo/Makefile.am b/src/maemo/Makefile.am index cd0b2de..703da40 100644 --- a/src/maemo/Makefile.am +++ b/src/maemo/Makefile.am @@ -89,6 +89,8 @@ PIXMAP_FILES=\ pixmapdir = $(datadir)/pixmaps/modest pixmap_DATA = $(PIXMAP_FILES) + + UI_FILES=\ ui/modest-main-window-ui.xml \ ui/modest-msg-edit-window-ui.xml \ @@ -97,8 +99,9 @@ UI_FILES=\ uidir = $(datadir)/modest/ui ui_DATA = $(UI_FILES) -serviceentry_DATA = com.nokia.modest.service -desktopentry_DATA = modest.desktop +serviceentry_DATA = com.nokia.modest.service +desktopentry_DATA = modest.desktop +backupsettings_DATA = modest.conf icon_26x26_DATA = pixmaps/modest-icon.png @@ -107,4 +110,5 @@ EXTRA_DIST=\ $(PIXMAP_FILES) \ $(serviceentry_DATA) \ $(desktopentry_DATA) \ + $(backupsettings_DATA) \ $(icon_26x26_DATA)