Mercurial > pidgin
changeset 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 | a3ed675a63b5 |
children | 688b6c15a270 |
files | pidgin/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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) \