X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2FMakefile.am;h=7470870032e5ecc26b805a0eadd74d2ade2c2586;hp=b5a1af3abeeb3bf0170213723552285f165fbf3d;hb=4a4e446d6461811d75e3f6b62f38bda2b9e4e975;hpb=7c8a19df4e4793891f82d8d2c462b33d89f1c18f diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index b5a1af3..7470870 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -6,6 +6,7 @@ INCLUDES=\ $(MODEST_GSTUFF_CFLAGS) \ $(MODEST_PLATFORM_CFLAGS) \ $(MODEST_HILDON_WIDGETS_CFLAGS) \ + $(MODEST_MOZEMBED_CFLAGS) \ -I ${top_srcdir}/src/$(MODEST_PLATFORM) \ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ @@ -25,10 +26,14 @@ 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 \ @@ -38,16 +43,22 @@ libmodest_widgets_la_SOURCES= \ 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-recpt-editor.c \ @@ -67,9 +78,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.c \ + modest-mozembed-mime-part-view.h +endif LDADD = \ $(MODEST_GSTUFF_LIBS) \ + $(MODEST_MOZEMBED_LIBS) \ $(MODEST_PLATFORM_LIBS) \ $(MODEST_HILDON_WIDGETS_LIBS)