X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fgtk%2FMakefile.am;h=eafa6f059d6f62ad4bf4dfcdc90e6e6a42e1f5e7;hp=a4978cd58bf1a5001896f512e8212263f1f259d8;hb=d01351502311c061d2747f32c4b7797b53144987;hpb=172954923222802df6f78f114a01be7b82f7857c diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index a4978cd58..eafa6f059 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,5 +1,8 @@ noinst_LTLIBRARIES = libsylpheedgtk.la +EXTRA_DIST = \ + sylpheed-marshal.list + libsylpheedgtk_la_SOURCES = \ about.c \ colorlabel.c \ @@ -10,12 +13,12 @@ libsylpheedgtk_la_SOURCES = \ gtkutils.c \ gtkshruler.c \ gtksctree.c \ - gtkstext.c \ manage_window.c \ menu.c \ pluginwindow.c \ prefswindow.c \ sslcertwindow.c \ + sylpheed-marshal.c \ gtkvscrollbutton.c sylpheedgtkincludedir = $(pkgincludedir)/gtk @@ -29,12 +32,12 @@ sylpheedgtkinclude_HEADERS = \ gtkutils.h \ gtkshruler.h \ gtksctree.h \ - gtkstext.h \ manage_window.h \ menu.h \ pluginwindow.h \ prefswindow.h \ sslcertwindow.h \ + sylpheed-marshal.h \ gtkvscrollbutton.h AM_CPPFLAGS = \ @@ -48,3 +51,11 @@ libsylpheedgtk_la_LIBADD = \ ../common/libsylpheedcommon.la \ $(GTK_LIBS) \ $(ASPELL_LIBS) + +BUILT_SOURCES=sylpheed-marshal.c sylpheed-marshal.h + +sylpheed-marshal.h: sylpheed-marshal.list + $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@ + +sylpheed-marshal.c: sylpheed-marshal.list + $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@