summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-12 02:17:03 +0000
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-12 02:17:03 +0000
commit4c8e80efed137f88f4328c7fdbc6a182506eac77 (patch)
tree936b76c10cb6013cbe2b313a1baadbba3abb566a
parentc5f862ea35d05a2e4d6e6a0cac65b0b139c438d7 (diff)
downloadgnome-control-center-eazel-nautilus-demo-2.tar.gz
Fix the capplet's Makefile so that it does not include installed GNOMEGNOME-VFS_0_3_1GNOME-VFS_0_3eazel-nautilus-demo-2
VFS header files.
-rw-r--r--capplets/file-types/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/file-types/Makefile.am b/capplets/file-types/Makefile.am
index 5e689d22b..0f19ddddb 100644
--- a/capplets/file-types/Makefile.am
+++ b/capplets/file-types/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I. -I$(srcdir) \
+INCLUDES = -I. -I$(srcdir) -I$(top_srcdir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-I$(top_srcdir)/libgnomevfs \
$(CAPPLET_INCLUDEDIR) \