# HG changeset patch # User Stu Tomlinson # Date 1181871808 0 # Node ID ccec7508fef6bfb052f25600526ce3ee542edff9 # Parent a30713de3db9e21a750135690d812edc229110d3 Patch from bjoernv to make building outside of the source directory work. Fixes #1690. diff -r a30713de3db9 -r ccec7508fef6 pidgin/Makefile.am --- a/pidgin/Makefile.am Fri Jun 15 00:50:18 2007 +0000 +++ b/pidgin/Makefile.am Fri Jun 15 01:43:28 2007 +0000 @@ -193,6 +193,7 @@ -DLIBDIR=\"$(libdir)/pidgin/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ + -I$(top_builddir)/libpurple \ -I$(top_srcdir)/libpurple/ \ $(GLIB_CFLAGS) \ $(GSTREAMER_CFLAGS) \