From: <rl...@us...> - 2006-08-21 17:04:38
|
Revision: 16953 Author: rlaager Date: 2006-08-21 10:04:26 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16953&view=rev Log Message: ----------- SF Patch #1544073 from Alex Badea "Here's a few fixes to allow building from outside the source tree again." Modified Paths: -------------- trunk/console/Makefile.am trunk/gtk/Makefile.am Modified: trunk/console/Makefile.am =================================================================== --- trunk/console/Makefile.am 2006-08-21 16:16:10 UTC (rev 16952) +++ trunk/console/Makefile.am 2006-08-21 17:04:26 UTC (rev 16953) @@ -46,7 +46,7 @@ $(LIBXML_LIBS) \ $(GNT_LIBS) \ -L./libgnt/ -lgnt \ - -L$(top_srcdir)/libgaim -lgaim + -L$(top_builddir)/libgaim -lgaim AM_CPPFLAGS = \ -DSTANDALONE \ @@ -56,7 +56,8 @@ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_srcdir)/libgaim/ \ - -I ./libgnt/ \ + -I$(top_srcdir) \ + -I$(srcdir)/libgnt/ \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ Modified: trunk/gtk/Makefile.am =================================================================== --- trunk/gtk/Makefile.am 2006-08-21 16:16:10 UTC (rev 16952) +++ trunk/gtk/Makefile.am 2006-08-21 17:04:26 UTC (rev 16953) @@ -164,7 +164,7 @@ $(LIBXML_LIBS) \ $(GTK_LIBS) \ $(CAP_LIBS) \ - -L$(top_srcdir)/libgaim -lgaim + -L$(top_builddir)/libgaim -lgaim AM_CPPFLAGS = \ -DBR_PTHREADS=0 \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |