From 6e7d921ce8df7137fc5f9bd244e6e66e5bf8d9bf Mon Sep 17 00:00:00 2001 From: Ramiro Estrugo Date: Wed, 2 May 2001 07:07:27 +0000 Subject: Use NAUTILUS_VERSION_INSIST from hack-macros instead of 2001-05-01 Ramiro Estrugo * configure.in: Use NAUTILUS_VERSION_INSIST from hack-macros instead of EAZEL_VERSION_INSIST. 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. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index b4e4322d8..8505df501 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,8 +5,8 @@ INCLUDES =\ -I$(top_builddir) \ -I$(top_builddir)/libnautilus \ -I$(top_srcdir)/cut-n-paste-code\ - $(EEL_INCLUDEDIR) \ - $(LIBRSVG_INCLUDEDIR) \ + $(EEL_CFLAGS) \ + $(LIBRSVG_CFLAGS) \ $(BONOBO_CFLAGS) \ $(OAF_CFLAGS) \ $(GCONF_CFLAGS) \ -- cgit v1.2.1