Mercurial > pidgin
changeset 21517:7d76accb8ac2
fixes #3864: Pidgin 2.2.3 does not build outside source directory
author | Björn Voigt <bjoern@cs.tu-berlin.de> |
---|---|
date | Thu, 15 Nov 2007 13:39:10 +0000 |
parents | 8f8883907f48 |
children | 10f75472361a 287ee978db2e |
files | pidgin/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) \