Mercurial > pidgin.yaz
diff pidgin/plugins/Makefile.am @ 16767: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 | 753465529b21 |
| children | 0dcd915899ae |
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) \
