Fix builddir != srcdir build once again.

svn path=/trunk/; revision=2767
This commit is contained in:
Ettore Perazzoli
2000-05-03 01:19:58 +00:00
parent fac254ed25
commit d6a59639e9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-05-02 Ettore Perazzoli <ettore@helixcode.com>
* backend/ebook/Makefile.am (INCLUDES): Add
`-I$(top_srcdir)/addressbook/ename'.
2000-05-02 Matt Loper <matt@helixcode.com>
* demo/Makefile.am: set G_LOG_DOMAIN.

View File

@ -19,6 +19,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"EBook\" \
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook/backend \
-I$(top_srcdir)/addressbook/ename \
-I$(top_builddir)/addressbook/backend \
-I$(top_builddir)/addressbook/ename \
$(BONOBO_GNOME_CFLAGS)