svnno****@sourc*****
svnno****@sourc*****
Mon Oct 15 10:47:41 JST 2007
Revision: 3278 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3278 Author: ikezoe Date: 2007-10-15 10:47:41 +0900 (Mon, 15 Oct 2007) Log Message: ----------- 2007-10-15 Hiroyuki Ikezoe <poinc****@ikezo*****> * src/Makefile.am: Use --header and --body option simultaneously. Modified Paths: -------------- kazehakase/trunk/ChangeLog kazehakase/trunk/src/Makefile.am Modified: kazehakase/trunk/ChangeLog =================================================================== --- kazehakase/trunk/ChangeLog 2007-10-15 01:41:29 UTC (rev 3277) +++ kazehakase/trunk/ChangeLog 2007-10-15 01:47:41 UTC (rev 3278) @@ -1,3 +1,7 @@ +2007-10-15 Hiroyuki Ikezoe <poinc****@ikezo*****> + + * src/Makefile.am: Use --header and --body option simultaneously. + 2007-10-15 Kouhei Sutou <kou****@cozmi*****> * src/kz-tab-label.c (kz_tab_label_set_history): cleanup. @@ -6,7 +10,7 @@ 2007-10-06 Kouhei Sutou <kou****@cozmi*****> * ext/ruby/kz-rb-window.c (rb_kz_window_move_tab): - followed the recent API change. + followed the recent API change. 2007-10-05 Hiroyuki Ikezoe <poinc****@ikezo*****> Modified: kazehakase/trunk/src/Makefile.am =================================================================== --- kazehakase/trunk/src/Makefile.am 2007-10-15 01:41:29 UTC (rev 3277) +++ kazehakase/trunk/src/Makefile.am 2007-10-15 01:47:41 UTC (rev 3278) @@ -218,8 +218,7 @@ $(GLIB_GENMARSHAL) $(top_srcdir)/src/kz-marshalers.list --header --prefix=_kz_marshal > $@ kz-marshalers.c : kz-marshalers.list $(GLIB_GENMARSHAL) - (echo "#include \"kz-marshalers.h\""; \ - $(GLIB_GENMARSHAL) $(top_srcdir)/src/kz-marshalers.list --body --prefix=_kz_marshal) > $@ + $(GLIB_GENMARSHAL) $(top_srcdir)/src/kz-marshalers.list --header --body --prefix=_kz_marshal) > $@ include $(top_srcdir)/src/enum-types.mk