summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/widgets
diff options
context:
space:
mode:
authorRobin Slomkowski <rslomkow@src.gnome.org>2000-08-30 00:22:45 +0000
committerRobin Slomkowski <rslomkow@src.gnome.org>2000-08-30 00:22:45 +0000
commite13d1e1b729ca3847d7a8ef98b320729f2ab33f4 (patch)
tree7dcfa4a23926bec942d080a949df485ebb2d2d91 /cut-n-paste-code/widgets
parent849a03a6fc86c2e9e6fa562f01d5ae543918836a (diff)
downloadnautilus-e13d1e1b729ca3847d7a8ef98b320729f2ab33f4.tar.gz
made it find gnome-vfs headers
Diffstat (limited to 'cut-n-paste-code/widgets')
-rw-r--r--cut-n-paste-code/widgets/nautilus-druid/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cut-n-paste-code/widgets/nautilus-druid/Makefile.am b/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
index 5d9010074..c9df74417 100644
--- a/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
+++ b/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
@@ -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)