changeset 14270:4c82afb76534

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 21 Aug 2006 17:04:26 +0000
parents d1cb45dec12f
children 9e5c28c3b163
files console/Makefile.am gtk/Makefile.am
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) \
--- 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 \