mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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.
This commit is contained in:
parent
333d95a1e1
commit
5bfda19df0
5 changed files with 39 additions and 11 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,31 @@
|
|||
2001-05-01 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2001-05-01 Andy Hertzfeld <andy@eazel.com>
|
||||
|
||||
* components/news/nautilus-news.c: (draw_rss_title):
|
||||
|
|
|
@ -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)"\" \
|
||||
|
|
|
@ -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)"\" \
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue