X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=81e54352096cdde232b5705f9b117dbfc44fe542;hb=5b2f29d9ca116e550ef1900f3883a488aeee28e9;hp=931b4db04ffe37ea95a342210b1e7e7b54fbfa7f;hpb=e7d2cf1e41025bb052b82a5efc07a8af29f4a2b9;p=modest diff --git a/src/Makefile.am b/src/Makefile.am index 931b4db..81e5435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,18 @@ INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -DPREFIX=\"@prefix@\" + -I$(MODEST_UI_DIR) -Wall\ + -DPREFIX=\"@prefix@\" \ + -Wall + +BUILT_SOURCES = modest-marshal.c modest-marshal.h + +modest-marshal.c: marshall.list + glib-genmarshal --body --prefix=modest_marshal < marshall.list > modest-marshal.c + +modest-marshal.h: marshall.list + glib-genmarshal --header --prefix=modest_marshal < marshall.list > modest-marshal.h + bin_PROGRAMS=\ modest @@ -25,8 +36,12 @@ modest_SOURCES=\ modest-account-mgr.c\ modest-window-mgr.h\ modest-window-mgr.c\ + modest-icon-factory.c\ + modest-icon-factory.h\ modest-tny-account-store.h\ modest-tny-account-store.c\ + modest-tny-attachment.h\ + modest-tny-attachment.c\ modest-tny-folder-tree-view.h\ modest-tny-folder-tree-view.c\ modest-tny-header-tree-view.h\ @@ -44,7 +59,15 @@ modest_SOURCES=\ modest-tny-stream-gtkhtml.c\ modest-tny-transport-actions.c\ modest-tny-transport-actions.h\ - modest-ui.h + modest-tny-store-actions.c\ + modest-tny-store-actions.h\ + modest-editor-window.c\ + modest-editor-window.h\ + modest-viewer-window.c\ + modest-viewer-window.h\ + modest-ui.h \ + modest-marshal.c \ + modest-marshal.h modest_LDADD = \ $(MODEST_GSTUFF_LIBS) \