diff options
author | George Lebl <jirka@5z.com> | 2000-06-26 22:54:54 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2000-06-26 22:54:54 +0000 |
commit | 2fb0ca4d8cbdd0302f5c51f979da8e4d33acd465 (patch) | |
tree | db7c179929c279fbf684c338149cff872394221d /components/html | |
parent | c8717847e4b4e88c7a94e95bd2a9e808ba806acf (diff) | |
download | nautilus-2fb0ca4d8cbdd0302f5c51f979da8e4d33acd465.tar.gz |
Add $(VFS_CFLAGS) to the includes as it is neccessary for gnome-vfs
Mon Jun 26 15:50:57 2000 George Lebl <jirka@5z.com>
* components/hardware/Makefile.am, components/help/Makefile.am,
components/history/Makefile.am, components/html/Makefile.am,
components/music/Makefile.am, components/notes/Makefile.am,
components/rpmview/Makefile.am, src/file-manager/Makefile.am:
Add $(VFS_CFLAGS) to the includes as it is neccessary for
gnome-vfs
Diffstat (limited to 'components/html')
-rw-r--r-- | components/html/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/html/Makefile.am b/components/html/Makefile.am index 2cc9a5682..b55ca85e5 100644 --- a/components/html/Makefile.am +++ b/components/html/Makefile.am @@ -12,6 +12,7 @@ INCLUDES = \ $(GCONF_CFLAGS) \ $(GNOMEUI_CFLAGS) \ $(GTKHTML_CFLAGS) \ + $(VFS_CFLAGS) \ $(LIBWWW_CFLAGS) oafdir = $(datadir)/oaf |