summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--applets/launcher/Makefile.am4
-rw-r--r--applets/preferences-applet/Makefile.am4
4 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c26f0d7b8..efe008f62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-04-04 Ramiro Estrugo <ramiro@eazel.com>
+ * README:
+ Add new librsvg and eel dependency entries.
+
+ * applets/launcher/Makefile.am:
+ * applets/preferences-applet/Makefile.am:
+ Add eel library to make it link properly.
+
+2001-04-04 Ramiro Estrugo <ramiro@eazel.com>
+
* libnautilus-extensions/Makefile.am:
Add missing header file.
diff --git a/README b/README
index 9141e140b..7931c9fa6 100644
--- a/README
+++ b/README
@@ -146,6 +146,8 @@ The following lists the packages and the versions that are required.
bonobo: HEAD
ammonite HEAD
medusa: HEAD
+ librsvg: HEAD
+ eel: HEAD
nautilus: HEAD
One difference between tarball and cvs compilation is that when you
diff --git a/applets/launcher/Makefile.am b/applets/launcher/Makefile.am
index 56aacf2be..e0eaf8135 100644
--- a/applets/launcher/Makefile.am
+++ b/applets/launcher/Makefile.am
@@ -6,6 +6,8 @@ INCLUDES = -I. -I$(srcdir) \
-I$(top_builddir) \
-I$(includedir) \
$(GNOME_CFLAGS) \
+ $(EEL_INCLUDEDIR) \
+ $(LIBRSVG_INCLUDEDIR) \
$(APPLETS_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \
-DBINDIR=\""$(bindir)"\" \
@@ -20,6 +22,8 @@ nautilus_launcher_applet_SOURCES =\
nautilus_launcher_applet_LDADD = \
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
+ $(EEL_LIBS) \
+ $(LIBRSVG_LIBS) \
$(APPLETS_LIBS) \
$(NULL)
diff --git a/applets/preferences-applet/Makefile.am b/applets/preferences-applet/Makefile.am
index d958a90da..9ce8ea3d0 100644
--- a/applets/preferences-applet/Makefile.am
+++ b/applets/preferences-applet/Makefile.am
@@ -6,6 +6,8 @@ INCLUDES = -I. -I$(srcdir) \
-I$(top_builddir) \
-I$(includedir) \
$(GNOME_CFLAGS) \
+ $(EEL_INCLUDEDIR) \
+ $(LIBRSVG_INCLUDEDIR) \
$(APPLETS_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \
-DBINDIR=\""$(bindir)"\" \
@@ -20,6 +22,8 @@ nautilus_preferences_applet_SOURCES =\
nautilus_preferences_applet_LDADD = \
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
+ $(EEL_LIBS) \
+ $(LIBRSVG_LIBS) \
$(APPLETS_LIBS) \
$(NULL)