summaryrefslogtreecommitdiff
path: root/components/hardware
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-06-26 22:54:54 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-06-26 22:54:54 +0000
commit2fb0ca4d8cbdd0302f5c51f979da8e4d33acd465 (patch)
treedb7c179929c279fbf684c338149cff872394221d /components/hardware
parentc8717847e4b4e88c7a94e95bd2a9e808ba806acf (diff)
downloadnautilus-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/hardware')
-rw-r--r--components/hardware/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/hardware/Makefile.am b/components/hardware/Makefile.am
index 4a3a5adbe..be152839c 100644
--- a/components/hardware/Makefile.am
+++ b/components/hardware/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(GCONF_CFLAGS) \
+ $(VFS_CFLAGS) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
$(GNOMEUI_CFLAGS) \
$(WERROR)