X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2FMakefile.am;h=b5b314d5f1e6a7172aaa533d93f24bb6040ea7ac;hb=38f8574e5bbbb3a5caa0f1953c510a4581cb2f2b;hp=6c8370b23bda952da62b7d010002862d7fbf297c;hpb=1881edeebc36271aba89cb1b35e09567a2904731;p=modest diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 6c8370b..b5b314d 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -8,6 +8,7 @@ INCLUDES=\ $(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@\" \ @@ -19,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 \ @@ -62,12 +64,16 @@ libmodest_widgets_la_SOURCES= \ 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 \ @@ -87,7 +93,7 @@ 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.cpp \ modest-mozembed-mime-part-view.h endif