# HG changeset patch # User Bj«Órn Voigt # Date 1195133950 0 # Node ID 7d76accb8ac27b376ae3dbb3240b3edb94a6d6a9 # Parent 8f8883907f48107f79d9a3be7ca3c67d5a6860d7 fixes #3864: Pidgin 2.2.3 does not build outside source directory diff -r 8f8883907f48 -r 7d76accb8ac2 pidgin/Makefile.am --- a/pidgin/Makefile.am Thu Nov 15 09:39:53 2007 +0000 +++ b/pidgin/Makefile.am Thu Nov 15 13:39:10 2007 +0000 @@ -206,6 +206,7 @@ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/libpurple/ \ + -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(GSTREAMER_CFLAGS) \ $(DEBUG_CFLAGS) \