summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-01-15 21:56:45 +0000
committerDarin Adler <darin@src.gnome.org>2002-01-15 21:56:45 +0000
commitc46ea3870b69d513bbb8cbcf5e1e76a17638bffc (patch)
tree813881465716b1ee8b6315fca3e917d02eeb2f47
parent369ee002ccf0ec85d3ec96642cf3cdef86070fd4 (diff)
downloadnautilus-c46ea3870b69d513bbb8cbcf5e1e76a17638bffc.tar.gz
Bump required eel version number. Get rid of ORBIT_REQUIRED.
* configure.in: Bump required eel version number. Get rid of ORBIT_REQUIRED. * libnautilus/Makefile.am: Remove unneeded "-I$(builddir)" since it is screwing up "make distcheck".
-rw-r--r--ChangeLog8
-rw-r--r--configure.in4
-rw-r--r--libnautilus/Makefile.am1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a432ea13..b3e1ed253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-01-15 Darin Adler <darin@bentspoon.com>
+ * configure.in: Bump required eel version number. Get rid of
+ ORBIT_REQUIRED.
+
+ * libnautilus/Makefile.am: Remove unneeded "-I$(builddir)" since
+ it is screwing up "make distcheck".
+
+2002-01-15 Darin Adler <darin@bentspoon.com>
+
* src/Makefile.am:
* src/nautilus-profiler.c:
Do an ifdef in the profiler code rather than in the makefile.
diff --git a/configure.in b/configure.in
index 0670807a7..00f0e72a2 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ ART_REQUIRED=2.3.6
BONOBO_ACTIVATION_REQUIRED=0.9.3
BONOBO_REQUIRED=1.108
BONOBO_UI_REQUIRED=1.108.1
-EEL_REQUIRED=1.0.2
+EEL_REQUIRED=1.1.1
ESOUND_REQUIRED=0.2.23
GLIB_REQUIRED=1.3.10
GNOME_CANVAS_REQUIRED=1.105
@@ -15,14 +15,12 @@ GNOME_UI_REQUIRED=1.105
GNOME_VFS_REQUIRED=1.1
GTK_REQUIRED=1.3.10
MEDUSA_REQUIRED=0.5.1
-ORBIT_REQUIRED=2.3.97
RSVG_REQUIRED=1.1
XML_REQUIRED=2.4.6
AC_SUBST(EEL_REQUIRED)
AC_SUBST(GNOME_VFS_REQUIRED)
AC_SUBST(MEDUSA_REQUIRED)
-AC_SUBST(ORBIT_REQUIRED)
AC_SUBST(RSVG_REQUIRED)
AC_SUBST(XML_REQUIRED)
diff --git a/libnautilus/Makefile.am b/libnautilus/Makefile.am
index a619a919f..ad5583690 100644
--- a/libnautilus/Makefile.am
+++ b/libnautilus/Makefile.am
@@ -3,7 +3,6 @@ include $(top_srcdir)/Makefile.shared
lib_LTLIBRARIES=libnautilus.la
INCLUDES=\
- -I$(builddir) \
-I$(top_srcdir) \
-I$(top_builddir) \
$(LIBNAUTILUS_CFLAGS) \