diff options
author | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-08-30 00:22:45 +0000 |
---|---|---|
committer | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-08-30 00:22:45 +0000 |
commit | e13d1e1b729ca3847d7a8ef98b320729f2ab33f4 (patch) | |
tree | 7dcfa4a23926bec942d080a949df485ebb2d2d91 /cut-n-paste-code | |
parent | 849a03a6fc86c2e9e6fa562f01d5ae543918836a (diff) | |
download | nautilus-e13d1e1b729ca3847d7a8ef98b320729f2ab33f4.tar.gz |
made it find gnome-vfs headers
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r-- | cut-n-paste-code/widgets/nautilus-druid/Makefile.am | 1 |
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) |