From: Dirk-Jan C. Binnema Date: Wed, 12 Jul 2006 07:44:11 +0000 (+0000) Subject: * cosmetic X-Git-Tag: git_migration_finished~4501 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=baf36dcd072c2845350034e889841e1166222a2b * cosmetic pmo-trunk-r375 --- diff --git a/src/Makefile.am b/src/Makefile.am index 4349dd9..7d0e5c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,11 +12,11 @@ INCLUDES=\ 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.c: modest-marshal.list + glib-genmarshal --body --prefix=modest_marshal < modest-marshal.list > modest-marshal.c -modest-marshal.h: marshall.list - glib-genmarshal --header --prefix=modest_marshal < marshall.list > modest-marshal.h +modest-marshal.h: modest-marshal.list + glib-genmarshal --header --prefix=modest_marshal < modest-marshal.list > modest-marshal.h bin_PROGRAMS=\ diff --git a/src/marshall.list b/src/marshall.list deleted file mode 100644 index 6a79e55..0000000 --- a/src/marshall.list +++ /dev/null @@ -1,5 +0,0 @@ -VOID:POINTER,POINTER -VOID:POINTER,POINTER,POINTER -VOID:STRING,INT -VOID:STRING,BOOL -VOID:STRING,STRING,BOOL diff --git a/src/modest-marshal.list b/src/modest-marshal.list new file mode 100644 index 0000000..6a79e55 --- /dev/null +++ b/src/modest-marshal.list @@ -0,0 +1,5 @@ +VOID:POINTER,POINTER +VOID:POINTER,POINTER,POINTER +VOID:STRING,INT +VOID:STRING,BOOL +VOID:STRING,STRING,BOOL