made it find gnome-vfs headers

This commit is contained in:
Robin Slomkowski 2000-08-30 00:22:45 +00:00
parent 849a03a6fc
commit e13d1e1b72
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-08-29 Robin * Slomkowski <rslomkow@eazel.com>
* cut-n-paste-code/widgets/nautilus-druid/Makefile.am:
added VFS_CFLAGS so it could find gnome vfs headers.
2000-08-29 Robey Pointer <robey@eazel.com>
* components/services/install/nautilus-view/nautilus-service-instal

View file

@ -5,6 +5,7 @@ noinst_LTLIBRARIES = libnautilus-druid.la
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/cut-n-paste-code \
$(VFS_CFLAGS) \
$(GNOME_CFLAGS) \
$(GDK_PIXBUF_CFLAGS) \
$(NULL)