X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2FMakefile.am;h=b5b314d5f1e6a7172aaa533d93f24bb6040ea7ac;hb=38f8574e5bbbb3a5caa0f1953c510a4581cb2f2b;hp=62bfc5f740b12695231ea36d2e73bcce397997a3;hpb=de8ac9aa1f0d03dffda84e55ad31c094923ad70f;p=modest diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 62bfc5f..b5b314d 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -1,10 +1,14 @@ # # Makefile.am -# Time-stamp: <2007-06-23 15:40:04 (djcb)> +# Time-stamp: <2007-11-24 13:34:06 (djcb)> INCLUDES=\ $(MODEST_GSTUFF_CFLAGS) \ $(MODEST_PLATFORM_CFLAGS) \ + $(MODEST_HILDON_WIDGETS_CFLAGS) \ + $(MODEST_HILDON_HELP_CFLAGS) \ + $(MODEST_MOZEMBED_CFLAGS) \ + $(MODEST_HILDON_NOTIFY_CFLAGS) \ -I ${top_srcdir}/src/$(MODEST_PLATFORM) \ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ @@ -16,6 +20,7 @@ noinst_LTLIBRARIES=\ libmodest_widgets_la_SOURCES= \ modest-account-view-window.h \ + modest-account-settings-dialog.h \ modest-account-view.c \ modest-account-view.h \ modest-attachment-view.c \ @@ -24,35 +29,51 @@ libmodest_widgets_la_SOURCES= \ modest-attachments-view.h \ modest-combo-box.c \ modest-combo-box.h \ + modest-dnd.c \ + modest-dnd.h \ modest-folder-view.c \ modest-folder-view.h \ modest-global-settings-dialog.c \ modest-global-settings-dialog.h \ + modest-gtkhtml-mime-part-view.c \ + modest-gtkhtml-mime-part-view.h \ modest-hbox-cell-renderer.c \ modest-hbox-cell-renderer.h \ modest-vbox-cell-renderer.c \ modest-vbox-cell-renderer.h \ + modest-header-view-observer.c \ + modest-header-view-observer.h \ modest-header-view-render.c \ modest-header-view.c \ modest-header-view.h \ + modest-isearch-view.c \ + modest-isearch-view.h \ modest-limit-retrieve-combo-box.h \ modest-limit-retrieve-combo-box.c \ modest-mail-header-view.c \ modest-mail-header-view.h \ modest-main-window.h \ + modest-mime-part-view.c \ + modest-mime-part-view.h \ modest-msg-edit-window-ui.h \ modest-msg-edit-window.h \ modest-msg-view-window.h \ modest-msg-view.c \ modest-msg-view.h \ + modest-gtkhtml-msg-view.c \ + modest-gtkhtml-msg-view.h \ modest-details-dialog.c \ modest-details-dialog.h \ + modest-progress-bar.c \ + modest-progress-bar.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-scroll-area.h \ + modest-scroll-area.c \ modest-scroll-text.c \ modest-scroll-text.h \ modest-serversecurity-combo-box.h modest-serversecurity-combo-box.c \ @@ -64,8 +85,20 @@ libmodest_widgets_la_SOURCES= \ modest-window.c \ modest-window.h \ modest-window-mgr.h \ - modest-window-mgr.c + modest-window-mgr.c \ + 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 LDADD = \ $(MODEST_GSTUFF_LIBS) \ - $(MODEST_PLATFORM_LIBS) + $(MODEST_MOZEMBED_LIBS) \ + $(MODEST_PLATFORM_LIBS) \ + $(MODEST_HILDON_WIDGETS_LIBS)