Mercurial > pidgin.yaz
changeset 17877:ccec7508fef6
Patch from bjoernv to make building outside of the source directory work.
Fixes #1690.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 15 Jun 2007 01:43:28 +0000 |
parents | a30713de3db9 |
children | 392889212240 |
files | pidgin/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) \