mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
e8bb14fe96
commit
83bed1dec1
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -7,6 +7,7 @@ CPPFLAGS = \
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
$(BONOBO_CFLAGS) \
|
||||
$(GNOMEUI_CFLAGS) \
|
||||
$(WERROR) \
|
||||
$(MOZILLA_COMPONENT_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue