diff options
author | Mathieu Lacage <set EMAIL_ADDRESS environment variable> | 2000-08-03 18:47:48 +0000 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-03 18:47:48 +0000 |
commit | e6378b2b8187b4e92027bb6179b88c0b956f6a93 (patch) | |
tree | 4bfd9dcd2c9aa801e9f865ce300df1b20f89d791 /libnautilus/Makefile.am | |
parent | b673c1848d279cfa55a0795eddfb55c16f8031bc (diff) | |
download | nautilus-e6378b2b8187b4e92027bb6179b88c0b956f6a93.tar.gz |
fix build with new bonobo. fix build with new bonobo. fix build with new
2000-08-03 Mathieu Lacage <set EMAIL_ADDRESS environment variable>
* configure.in: fix build with new bonobo.
* libnautilus-extensions/Makefile.am: fix build with new bonobo.
* libnautilus/Makefile.am: fix build with new bonobo.
Diffstat (limited to 'libnautilus/Makefile.am')
-rw-r--r-- | libnautilus/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus/Makefile.am b/libnautilus/Makefile.am index d5333536f..af6e04c65 100644 --- a/libnautilus/Makefile.am +++ b/libnautilus/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES=libnautilus.la INCLUDES=-I$(top_srcdir) -I$(top_builddir) -I. \ $(GNOME_CFLAGS) \ - $(BONOBO_CFLAGS) \ + $(BONOBOX_CFLAGS) \ $(OAF_CFLAGS) \ $(VFS_CFLAGS) \ $(XML_CFLAGS) \ @@ -13,7 +13,7 @@ INCLUDES=-I$(top_srcdir) -I$(top_builddir) -I. \ libnautilus_la_LDFLAGS=\ $(GNOME_LIBS) \ $(OAF_LIBS) \ - $(BONOBO_LIBS) \ + $(BONOBOX_LIBS) \ $(VFS_LIBS) \ $(XML_LIBS) \ $(LIBPNG) |