From: <sa...@us...> - 2006-10-04 02:49:29
|
Revision: 17424 http://svn.sourceforge.net/gaim/?rev=17424&view=rev Author: sadrul Date: 2006-10-02 18:59:32 -0700 (Mon, 02 Oct 2006) Log Message: ----------- libgnt needs to build before the wms. This should fix the compile problem for fresh checkouts. Modified Paths: -------------- trunk/console/libgnt/Makefile.am Modified: trunk/console/libgnt/Makefile.am =================================================================== --- trunk/console/libgnt/Makefile.am 2006-10-02 22:50:27 UTC (rev 17423) +++ trunk/console/libgnt/Makefile.am 2006-10-03 01:59:32 UTC (rev 17424) @@ -1,4 +1,4 @@ -SUBDIRS = wms +SUBDIRS = . wms pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnt.pc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |