From baf36dcd072c2845350034e889841e1166222a2b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 12 Jul 2006 07:44:11 +0000 Subject: [PATCH] * cosmetic pmo-trunk-r375 --- src/Makefile.am | 8 ++++---- src/marshall.list | 5 ----- src/modest-marshal.list | 5 +++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 src/marshall.list create mode 100644 src/modest-marshal.list 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 -- 1.7.9.5