# HG changeset patch # User Kevin Stange # Date 1195192185 0 # Node ID 169eebdf8e8ea51c1a0bc83a2182aab8372f0694 # Parent a3ed675a63b554a1504925711aa8c625d1d30553 Permit including of files like "pidgin/minidialog.h" from within pidgin/ diff -r a3ed675a63b5 -r 169eebdf8e8e pidgin/Makefile.am --- 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) \