X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2FMakefile.am;h=4aa30dbe08b3e3429c45b235f5f31fbae5a8ec48;hp=a40d2641bf9408e7df499ac8fc48fa98c4a77165;hb=ec98b6e930e0b781d77b277db25bbf638083c9cf;hpb=8c4d399bb8f14bcb599a41ccc56ac5bc585db0b2 diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index a40d264..4aa30db 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -14,6 +14,7 @@ INCLUDES=\ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \ + -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \ -Wall noinst_LTLIBRARIES=\ @@ -46,19 +47,24 @@ libmodest_widgets_la_SOURCES= \ modest-combo-box.h \ modest-compact-mail-header-view.c \ modest-compact-mail-header-view.h \ + modest-connection-specific-smtp-window.h \ + modest-country-combo-box.c \ + modest-country-combo-box.h \ modest-default-account-settings-dialog.h \ modest-dnd.c \ modest-dnd.h \ modest-easysetup-wizard-page.c \ modest-expander-mail-header-view.c \ modest-expander-mail-header-view.h \ + modest-find-toolbar.c \ + modest-find-toolbar.h \ modest-folder-view.c \ modest-global-settings-dialog.c \ modest-global-settings-dialog.h \ modest-gtkhtml-mime-part-view.c \ modest-gtkhtml-mime-part-view.h \ - modest-hildon1-window-mgr.c \ - modest-hildon1-window-mgr.h \ + modest-gtk-security-options-view.c \ + modest-gtk-security-options-view.h \ modest-hbox-cell-renderer.c \ modest-hbox-cell-renderer.h \ modest-vbox-cell-renderer.c \ @@ -68,6 +74,8 @@ libmodest_widgets_la_SOURCES= \ modest-header-view-render.c \ modest-header-view.c \ modest-header-view.h \ + modest-isearch-toolbar.c \ + modest-isearch-toolbar.h \ modest-isearch-view.c \ modest-isearch-view.h \ modest-limit-retrieve-combo-box.h \ @@ -80,6 +88,7 @@ libmodest_widgets_la_SOURCES= \ modest-msg-edit-window-ui.h \ modest-msg-edit-window.h \ modest-msg-view-window.h \ + modest-msg-view-window.c \ modest-msg-view.c \ modest-msg-view.h \ modest-gtkhtml-msg-view.c \ @@ -88,20 +97,28 @@ libmodest_widgets_la_SOURCES= \ modest-details-dialog.h \ modest-progress-bar.c \ modest-progress-bar.h \ + modest-provider-combo-box.c \ + modest-provider-combo-box.h \ modest-recpt-editor.c \ modest-recpt-editor.h \ modest-recpt-view.c \ modest-recpt-view.h \ modest-retrieve-combo-box.h \ modest-retrieve-combo-box.c \ + modest-scrollable.h \ + modest-scrollable.c \ modest-scroll-area.h \ modest-scroll-area.c \ modest-scroll-text.c \ modest-scroll-text.h \ + modest-scrolled-window-scrollable.c \ + modest-scrolled-window-scrollable.h \ modest-security-options-view.h \ modest-security-options-view.c \ modest-serversecurity-combo-box.h \ modest-serversecurity-combo-box.c \ + modest-servertype-combo-box.h \ + modest-servertype-combo-box.c \ modest-secureauth-combo-box.h \ modest-secureauth-combo-box.c \ modest-sort-criterium-view.c \ @@ -109,8 +126,11 @@ libmodest_widgets_la_SOURCES= \ modest-sort-criterium-view.h \ modest-tny-stream-gtkhtml.c \ modest-tny-stream-gtkhtml.h \ + modest-toolkit-factory.c \ + modest-toolkit-factory.h \ modest-validating-entry.c \ modest-window.c \ + modest-window-mgr-priv.h \ modest-window-mgr.h \ modest-window-mgr.c \ modest-wizard-dialog.h \ @@ -118,14 +138,6 @@ libmodest_widgets_la_SOURCES= \ modest-zoomable.h \ modest-zoomable.c -if BUILD_MOZEMBED -libmodest_widgets_la_SOURCES+= \ - modest-mozembed-msg-view.c \ - modest-mozembed-msg-view.h \ - modest-mozembed-mime-part-view.cpp \ - modest-mozembed-mime-part-view.h -endif - libmodest_widgets_la_includedir = $(includedir)/modest-plugin-1.0/widgets/ libmodest_widgets_la_include_HEADERS = $(libmodest_widgets_public_headers)