Fixed message times for the email home applet
[modest] / src / hildon2 / Makefile.am
index b973121..892430f 100644 (file)
@@ -85,9 +85,15 @@ if MODEST_USE_DUMMY_ADDRESS_BOOK
 #       nothing 
 else
 libmodest_ui_la_SOURCES += modest-address-book.c
+
+if MODEST_BUILD_ASDBUS
+libmodest_ui_la_SOURCES+= \
+       asdbus.h asdbus.c asdbus-bindings.h
+endif
 endif 
 
 
+
 libmodest_ui_la_LIBADD = \
        $(MODEST_GSTUFF_LIBS) \
        $(MODEST_ABOOK_LIBS) \
@@ -102,14 +108,6 @@ libmodest_ui_la_LIBADD = \
        $(MODEST_HILDON_NOTIFY_LIBS) \
        $(MODEST_CALENDAR_WIDGETS_LIBS)
 
-UI_FILES=\
-       ui/modest-main-window-ui.xml \
-       ui/modest-msg-edit-window-ui.xml \
-       ui/modest-msg-view-window-ui.xml
-
-uidir = $(datadir)/modest/ui
-ui_DATA = $(UI_FILES)
-
 serviceentry_DATA   = com.nokia.modest.service
 desktopentry_DATA   = modest.desktop
 backupsettings_DATA = modest.conf
@@ -118,7 +116,6 @@ restore_SCRIPTS = modest-restore.sh
 ossocudscripts_SCRIPTS = modest-clean.sh
 
 EXTRA_DIST=\
-       $(UI_FILES) \
        $(PIXMAP_FILES) \
        $(serviceentry_DATA) \
        $(desktopentry_DATA) \