Mercurial > pidgin
changeset 16756:2d9304fbbf44
Fix this reference to the build dir for includes
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 03 May 2007 13:00:36 +0000 |
parents | 91d0e590e635 |
children | 02867a434634 |
files | pidgin/plugins/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.am Thu May 03 12:57:57 2007 +0000 +++ b/pidgin/plugins/Makefile.am Thu May 03 13:00:36 2007 +0000 @@ -108,7 +108,7 @@ AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ - -I$(top_builddir)/src \ + -I$(top_builddir)/libpurple \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/pidgin \ $(DEBUG_CFLAGS) \