# HG changeset patch # User Richard Laager # Date 1156179866 0 # Node ID 4c82afb765347266b4e2f68a7f8f478561f7fb20 # Parent d1cb45dec12fa9a23b3e51ca486415253a456761 [gaim-migrate @ 16953] SF Patch #1544073 from Alex Badea "Here's a few fixes to allow building from outside the source tree again." committer: Tailor Script diff -r d1cb45dec12f -r 4c82afb76534 console/Makefile.am --- a/console/Makefile.am Mon Aug 21 15:17:22 2006 +0000 +++ b/console/Makefile.am Mon Aug 21 17:04:26 2006 +0000 @@ -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) \ diff -r d1cb45dec12f -r 4c82afb76534 gtk/Makefile.am --- a/gtk/Makefile.am Mon Aug 21 15:17:22 2006 +0000 +++ b/gtk/Makefile.am Mon Aug 21 17:04:26 2006 +0000 @@ -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 \