summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-07-13 22:16:54 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-07-13 22:16:54 +0000
commita6b35053e4bb5e2144c0b9e6ff4a554f61853f31 (patch)
treeb3f5a1e106c2e7febdbfe278cc2d204a6bfc2707 /cut-n-paste-code
parent5adea211fbdf09fd40231df6e20a598bf4324726 (diff)
downloadnautilus-a6b35053e4bb5e2144c0b9e6ff4a554f61853f31.tar.gz
Fix typo Fix srcdir != builddir:
* TODO: Fix typo * components/rpmview/Makefile.am, components/services/install/command-line/Makefile.am, components/services/install/lib/Makefile.am, components/services/install/nautilus-view/Makefile.am, components/services/install/server/Makefile.am, components/services/startup/lib/Makefile.am, components/services/time/command-line/Makefile.am, components/services/time/service/Makefile.am, components/services/trilobite/helper/Makefile.am, components/services/trilobite/sample/command-line/Makefile.am, components/services/trilobite/sample/service/Makefile.am, components/services/vault/command-line/Makefile.am, cut-n-paste-code/widgets/e-paned/Makefile.am, cut-n-paste-code/widgets/nautilus-druid/Makefile.am, libnautilus-extensions/Makefile.am, src/Makefile.am, test/Makefile.am: Fix srcdir != builddir: * components/services/trilobite/helper/eazel-helper.c, components/services/vault/command-line/vault-operations.c, libnautilus-extensions/nautilus-graphic.c, libnautilus-extensions/nautilus-icon-container.c, libnautilus-extensions/nautilus-list.c: Include string.h for strlen prototype.
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/widgets/e-paned/Makefile.am2
-rw-r--r--cut-n-paste-code/widgets/nautilus-druid/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/cut-n-paste-code/widgets/e-paned/Makefile.am b/cut-n-paste-code/widgets/e-paned/Makefile.am
index ac3a13c29..1889e15a7 100644
--- a/cut-n-paste-code/widgets/e-paned/Makefile.am
+++ b/cut-n-paste-code/widgets/e-paned/Makefile.am
@@ -3,7 +3,7 @@ NULL=
lib_LTLIBRARIES=libe-paned.la
INCLUDES = \
- -I$(top_builddir)/cut-n-paste-code \
+ -I$(top_srcdir)/cut-n-paste-code \
$(GNOME_CFLAGS) \
$(NULL)
diff --git a/cut-n-paste-code/widgets/nautilus-druid/Makefile.am b/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
index e5671afdd..b698cbbe3 100644
--- a/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
+++ b/cut-n-paste-code/widgets/nautilus-druid/Makefile.am
@@ -3,7 +3,7 @@ NULL=
lib_LTLIBRARIES=libnautilus-druid.la
INCLUDES = \
- -I$(top_builddir)/cut-n-paste-code \
+ -I$(top_srcdir)/cut-n-paste-code \
$(GNOME_CFLAGS) \
$(GDK_PIXBUF_CFLAGS) \
$(NULL)