summaryrefslogtreecommitdiff
path: root/components/adapter
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-05-02 07:01:49 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-05-02 07:01:49 +0000
commit5bfda19df0ccf5498544840f03ee4329a125ce1d (patch)
tree94130531d4d2bc0153ca7e7dfa6a861bf9a2fe33 /components/adapter
parent333d95a1e17b9db434e1b3b129f7077afdfb7ee2 (diff)
downloadnautilus-5bfda19df0ccf5498544840f03ee4329a125ce1d.tar.gz
Patch from Christopher Lahey <clahey@ximian.com>. 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 <clahey@ximian.com>. Use EEL_CFLAGS, LIBRSVG_CFLAGS instead of EEL_INCLUDEDIR, and EEL_CFLAGS. Thanks Chris.
Diffstat (limited to 'components/adapter')
-rw-r--r--components/adapter/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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) \