X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=81e54352096cdde232b5705f9b117dbfc44fe542;hb=5b2f29d9ca116e550ef1900f3883a488aeee28e9;hp=488d087e4d23a13162cf250d09ff29b9021979c5;hpb=6639ece766f0963bbbf68e6ea6d5b46230bad444;p=modest diff --git a/src/Makefile.am b/src/Makefile.am index 488d087..81e5435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,10 +7,19 @@ INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I$(MODEST_UI_DIR)\ + -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 @@ -31,6 +40,8 @@ modest_SOURCES=\ 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\ @@ -48,9 +59,15 @@ modest_SOURCES=\ modest-tny-stream-gtkhtml.c\ modest-tny-transport-actions.c\ modest-tny-transport-actions.h\ + modest-tny-store-actions.c\ + modest-tny-store-actions.h\ modest-editor-window.c\ modest-editor-window.h\ - modest-ui.h + modest-viewer-window.c\ + modest-viewer-window.h\ + modest-ui.h \ + modest-marshal.c \ + modest-marshal.h modest_LDADD = \ $(MODEST_GSTUFF_LIBS) \