From: <sa...@us...> - 2006-12-11 03:40:17
|
Revision: 17953 http://svn.sourceforge.net/gaim/?rev=17953&view=rev Author: sadrul Date: 2006-12-10 19:40:11 -0800 (Sun, 10 Dec 2006) Log Message: ----------- This seems to fix the compilation bug from a fresh checkout (reported in #gaim). Modified Paths: -------------- trunk/console/libgnt/Makefile.am Modified: trunk/console/libgnt/Makefile.am =================================================================== --- trunk/console/libgnt/Makefile.am 2006-12-11 00:33:57 UTC (rev 17952) +++ trunk/console/libgnt/Makefile.am 2006-12-11 03:40:11 UTC (rev 17953) @@ -5,6 +5,7 @@ lib_LTLIBRARIES = libgnt.la libgnt_la_SOURCES = \ + gntmarshal.c \ gntwidget.c \ gntbindable.c \ gntbox.c \ @@ -16,7 +17,6 @@ gntkeys.c \ gntlabel.c \ gntline.c \ - gntmarshal.c \ gntmenu.c \ gntmenuitem.c \ gntmenuitemcheck.c \ @@ -56,7 +56,7 @@ gntmarshal.h \ gntmarshal.c -gntmarshal.c: genmarshal +gntmarshal.c: genmarshal gntmarshal.h cat genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --body > $@ gntmarshal.h: genmarshal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |