summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorEric Fischer <eric@eazel.com>2001-03-06 20:05:35 +0000
committerEric Fischer <eric@src.gnome.org>2001-03-06 20:05:35 +0000
commitf590eb526b25ab65a4faae5201d9c483b050a16e (patch)
tree5f8a5a3c91c51ea1fc2d0f25677bc6f9289eb7d6 /cut-n-paste-code
parent27a5f817aede5ccc01cc50144133a4fbb8c5c522 (diff)
downloadnautilus-f590eb526b25ab65a4faae5201d9c483b050a16e.tar.gz
reviewed by: Christian Meyer <chrisime@gnome.org>
2001-03-06 Eric Fischer <eric@eazel.com> reviewed by: Christian Meyer <chrisime@gnome.org> (Bug 7315. Thanks to Christian Meyer for tracking down places where this needed to be fixed.) * components/help/converters/gnome-db2html2/Makefile.am: * components/help/converters/gnome-info2html2/Makefile.am: * cut-n-paste-code/widgets/e-paned/Makefile.am: * cut-n-paste-code/widgets/gimphwrapbox/Makefile.am: * cut-n-paste-code/widgets/nautilusclist/Makefile.am: * libnautilus-extensions/Makefile.am: In all of these, change GNOME_CFLAGS to GNOMEUI_CFLAGS so that they get the correct #include path for the GTK headers.
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/gimphwrapbox/Makefile.am2
-rw-r--r--cut-n-paste-code/widgets/nautilusclist/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/cut-n-paste-code/widgets/e-paned/Makefile.am b/cut-n-paste-code/widgets/e-paned/Makefile.am
index 5000a0336..48bc02d4b 100644
--- a/cut-n-paste-code/widgets/e-paned/Makefile.am
+++ b/cut-n-paste-code/widgets/e-paned/Makefile.am
@@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libe-paned.la
INCLUDES = \
-I$(top_srcdir)/cut-n-paste-code \
- $(GNOME_CFLAGS) \
+ $(GNOMEUI_CFLAGS) \
$(NULL)
libe_paned_la_LDFLAGS = -static
diff --git a/cut-n-paste-code/widgets/gimphwrapbox/Makefile.am b/cut-n-paste-code/widgets/gimphwrapbox/Makefile.am
index ede15114b..023366e17 100644
--- a/cut-n-paste-code/widgets/gimphwrapbox/Makefile.am
+++ b/cut-n-paste-code/widgets/gimphwrapbox/Makefile.am
@@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libgtkhwrapbox.la
INCLUDES = \
-I$(top_srcdir)/cut-n-paste-code \
- $(GNOME_CFLAGS) \
+ $(GNOMEUI_CFLAGS) \
$(NULL)
libgtkhwrapbox_la_LDFLAGS = -static
diff --git a/cut-n-paste-code/widgets/nautilusclist/Makefile.am b/cut-n-paste-code/widgets/nautilusclist/Makefile.am
index 7efe239ff..28cbd4d32 100644
--- a/cut-n-paste-code/widgets/nautilusclist/Makefile.am
+++ b/cut-n-paste-code/widgets/nautilusclist/Makefile.am
@@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libnautilusclist.la
INCLUDES = \
-I$(top_srcdir)/cut-n-paste-code \
- $(GNOME_CFLAGS) \
+ $(GNOMEUI_CFLAGS) \
$(NULL)
libnautilusclist_la_LDFLAGS = -static