Add $(BONOBO_CFLAGS) so that we can pick up the path to the bonobo

2000-04-29  Christopher Blizzard  <blizzard@redhat.com>

        * components/mozilla/Makefile.am (INCLUDES): Add $(BONOBO_CFLAGS)
        so that we can pick up the path to the bonobo includes in case
        they are built somewhere else than the standard location.
This commit is contained in:
Christopher Blizzard 2000-04-30 03:58:56 +00:00 committed by Christopher Blizzard
parent e8bb14fe96
commit 83bed1dec1
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2000-04-29 Christopher Blizzard <blizzard@redhat.com>
* components/mozilla/Makefile.am (INCLUDES): Add $(BONOBO_CFLAGS)
so that we can pick up the path to the bonobo includes in case
they are built somewhere else than the standard location.
2000-04-29 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:

View file

@ -7,6 +7,7 @@ CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(BONOBO_CFLAGS) \
$(GNOMEUI_CFLAGS) \
$(WERROR) \
$(MOZILLA_COMPONENT_CFLAGS) \