From 5bfda19df0ccf5498544840f03ee4329a125ce1d Mon Sep 17 00:00:00 2001 From: Ramiro Estrugo Date: Wed, 2 May 2001 07:01:49 +0000 Subject: [PATCH] Patch from Christopher Lahey . Use EEL_CFLAGS, * applets/launcher/Makefile.am: * applets/preferences-applet/Makefile.am: * components/adapter/Makefile.am: * components/hardware/Makefile.am: * components/help/Makefile.am: * components/history/Makefile.am: * components/image-viewer/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/mozilla/Makefile.am: * components/music/Makefile.am: * components/notes/Makefile.am: * components/sample/Makefile.am: * components/text/Makefile.am: * components/throbber/Makefile.am: * components/tree/Makefile.am: * configure.in: * libnautilus-extensions/Makefile.am: * libnautilus/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: * test/Makefile.am: Patch from Christopher Lahey . Use EEL_CFLAGS, LIBRSVG_CFLAGS instead of EEL_INCLUDEDIR, and EEL_CFLAGS. Thanks Chris. --- ChangeLog | 28 ++++++++++++++++++++++++++ applets/launcher/Makefile.am | 6 +++--- applets/preferences-applet/Makefile.am | 6 +++--- components/adapter/Makefile.am | 4 ++-- configure.in | 6 +++--- 5 files changed, 39 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94dca3b2d..3624e3f7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2001-05-01 Ramiro Estrugo + + * applets/launcher/Makefile.am: + * applets/preferences-applet/Makefile.am: + * components/adapter/Makefile.am: + * components/hardware/Makefile.am: + * components/help/Makefile.am: + * components/history/Makefile.am: + * components/image-viewer/Makefile.am: + * components/loser/content/Makefile.am: + * components/loser/sidebar/Makefile.am: + * components/mozilla/Makefile.am: + * components/music/Makefile.am: + * components/notes/Makefile.am: + * components/sample/Makefile.am: + * components/text/Makefile.am: + * components/throbber/Makefile.am: + * components/tree/Makefile.am: + * configure.in: + * libnautilus-extensions/Makefile.am: + * libnautilus/Makefile.am: + * src/Makefile.am: + * src/file-manager/Makefile.am: + * test/Makefile.am: + Patch from Christopher Lahey . + Use EEL_CFLAGS, LIBRSVG_CFLAGS instead of EEL_INCLUDEDIR, and + EEL_CFLAGS. Thanks Chris. + 2001-05-01 Andy Hertzfeld * components/news/nautilus-news.c: (draw_rss_title): diff --git a/applets/launcher/Makefile.am b/applets/launcher/Makefile.am index e0eaf8135..155cb2875 100644 --- a/applets/launcher/Makefile.am +++ b/applets/launcher/Makefile.am @@ -4,10 +4,10 @@ INCLUDES = -I. -I$(srcdir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -I$(top_builddir) \ - -I$(includedir) \ + -I$(cflags) \ $(GNOME_CFLAGS) \ - $(EEL_INCLUDEDIR) \ - $(LIBRSVG_INCLUDEDIR) \ + $(EEL_CFLAGS) \ + $(LIBRSVG_CFLAGS) \ $(APPLETS_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DBINDIR=\""$(bindir)"\" \ diff --git a/applets/preferences-applet/Makefile.am b/applets/preferences-applet/Makefile.am index 9ce8ea3d0..0ece79aa4 100644 --- a/applets/preferences-applet/Makefile.am +++ b/applets/preferences-applet/Makefile.am @@ -4,10 +4,10 @@ INCLUDES = -I. -I$(srcdir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -I$(top_builddir) \ - -I$(includedir) \ + -I$(cflags) \ $(GNOME_CFLAGS) \ - $(EEL_INCLUDEDIR) \ - $(LIBRSVG_INCLUDEDIR) \ + $(EEL_CFLAGS) \ + $(LIBRSVG_CFLAGS) \ $(APPLETS_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DBINDIR=\""$(bindir)"\" \ diff --git a/components/adapter/Makefile.am b/components/adapter/Makefile.am index 9d75b89c8..d03eab4d0 100644 --- a/components/adapter/Makefile.am +++ b/components/adapter/Makefile.am @@ -5,8 +5,8 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"Nautilus-Adapter\" \ -DICON_DIR=\"$(datadir)/pixmaps/nautilus\" \ -I$(top_srcdir) -I$(top_builddir) -I. \ - $(EEL_INCLUDEDIR) \ - $(LIBRSVG_INCLUDEDIR) \ + $(EEL_CFLAGS) \ + $(LIBRSVG_CFLAGS) \ $(GNOMEUI_CFLAGS) \ $(BONOBOX_CFLAGS) \ $(OAF_CFLAGS) \ diff --git a/configure.in b/configure.in index 509cd380e..ba14e088c 100644 --- a/configure.in +++ b/configure.in @@ -489,7 +489,7 @@ dnl Bonobo EAZEL_VERSION_INSIST(bonobo, $GNOME_CONFIG --modversion bonobo | awk -F- '{print $2}', >=, BONOBO_REQUIRED) AC_SUBST(GNOMECANVASPIXBUF_LIBS) -AC_SUBST(GNOMECANVASPIXBUF_INCLUDEDIR) +AC_SUBST(GNOMECANVASPIXBUF_CFLAGS) AC_SUBST(BONOBO_CFLAGS) AC_SUBST(BONOBO_LIBS) AC_SUBST(BONOBOX_CFLAGS) @@ -499,9 +499,9 @@ AC_SUBST(BONOBO_PRINT_LIBS) AC_SUBST(VFS_CFLAGS) AC_SUBST(VFS_LIBS) AC_SUBST(LIBRSVG_LIBS) -AC_SUBST(LIBRSVG_INCLUDEDIR) +AC_SUBST(LIBRSVG_CFLAGS) AC_SUBST(EEL_LIBS) -AC_SUBST(EEL_INCLUDEDIR) +AC_SUBST(EEL_CFLAGS) dnl Bug 7315: Rediscover CFLAGS for GTK, because gnome-config won't know dnl all the necessary flags if GTK has been upgraded more recently than