X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwidgets%2FMakefile.am;h=1a49d8766933c0e44cd866b613114aa89437b46f;hb=f65cf12510835b6adb63cf583872995940d6daa4;hp=c53f67c9e3913fd36facdca0bedc0c56cb1ef4b1;hpb=96e1a73bf56f41cfe52d4bf6419fccecc067ad79;p=modest diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index c53f67c..1a49d87 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -1,6 +1,6 @@ # # Makefile.am -# Time-stamp: <2007-01-09 17:54:07 (djcb)> +# Time-stamp: <2007-02-10 14:48:38 (djcb)> INCLUDES=\ $(MODEST_GSTUFF_CFLAGS) \ @@ -16,24 +16,39 @@ INCLUDES=\ noinst_LTLIBRARIES=\ libmodest-widgets.la -libmodest_widgets_la_SOURCES= \ - modest-account-view.c \ - modest-account-view.h \ - modest-folder-view.c \ - modest-folder-view.h \ - modest-header-view.c \ - modest-header-view.h \ - modest-header-view-priv.h \ - modest-msg-view.c \ - modest-msg-view.h \ - modest-toolbar.c \ - modest-toolbar.h \ - modest-combo-box.c \ - modest-combo-box.h \ - modest-window.h \ - modest-main-window.h \ - modest-edit-msg-window.h - +libmodest_widgets_la_SOURCES= \ + modest-account-view-window.h \ + modest-account-view.c \ + modest-account-view.h \ + modest-attachment-view.c \ + modest-attachment-view.h \ + modest-attachments-view.c \ + modest-attachments-view.h \ + modest-combo-box.c \ + modest-combo-box.h \ + modest-folder-view.c \ + modest-folder-view.h \ + modest-header-view-priv.h \ + modest-header-view-render.c \ + modest-header-view.c \ + modest-header-view.h \ + modest-mail-header-view.c \ + modest-mail-header-view.h \ + modest-main-window.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-recpt-view.c \ + modest-recpt-view.h \ + modest-scroll-text.c \ + modest-scroll-text.h \ + modest-tny-stream-gtkhtml.c \ + modest-tny-stream-gtkhtml.h \ + modest-window.c \ + modest-window.h + LDADD = \ $(MODEST_GSTUFF_LIBS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \