Mercurial > pidgin
changeset 22163:caeb452845ef
Fix for $(top_builddir) != $(top_srcdir)
author | Björn Voigt <bjoern@cs.tu-berlin.de> |
---|---|
date | Sun, 20 Jan 2008 12:43:00 +0000 |
parents | 19106c080a0e |
children | d1fe81e3a850 |
files | libpurple/example/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/example/Makefile.am Sun Jan 20 05:02:15 2008 +0000 +++ b/libpurple/example/Makefile.am Sun Jan 20 12:43:00 2008 +0000 @@ -17,7 +17,8 @@ -DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ - -I$(top_srcdir)/libpurple/ \ + -I$(top_builddir)/libpurple \ + -I$(top_srcdir)/libpurple \ -I$(top_srcdir) \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \