X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2FMakefile.am;h=4d648b542d6ef4f79c3264c2ed9ca2283e433098;hp=7470870032e5ecc26b805a0eadd74d2ade2c2586;hb=3f6ef57842969d49ff0848083dc97551728d9a6f;hpb=4a4e446d6461811d75e3f6b62f38bda2b9e4e975 diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 7470870..4d648b5 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -1,12 +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@\" \ @@ -67,6 +69,8 @@ libmodest_widgets_la_SOURCES= \ 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 \ @@ -86,7 +90,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