Mercurial > pidgin.yaz
diff pidgin/Makefile.am @ 21550:169eebdf8e8e
Permit including of files like "pidgin/minidialog.h" from within pidgin/
| author | Kevin Stange <kevin@simguy.net> |
|---|---|
| date | Fri, 16 Nov 2007 05:49:45 +0000 |
| parents | 10f75472361a |
| children | 6bf73aea6450 |
line wrap: on
line diff
--- a/pidgin/Makefile.am Fri Nov 16 05:31:39 2007 +0000 +++ b/pidgin/Makefile.am Fri Nov 16 05:49:45 2007 +0000 @@ -206,6 +206,8 @@ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/libpurple/ \ + -I$(top_builddir) \ + -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(GSTREAMER_CFLAGS) \ $(DEBUG_CFLAGS) \
