aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b3d1861..0e93e92c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
+ * src/Makefile.am:
+
+ Fix linking with nautilus view enabled.
+
+2004-01-28 Christian Persch <chpe@cvs.gnome.org>
+
* configure.in:
* src/Makefile.am:
diff --git a/src/Makefile.am b/src/Makefile.am
index fb6bf9912..8c45f2fb4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -134,7 +134,7 @@ epiphany_bin_LDADD = \
$(INTLLIBS)
if ENABLE_NAUTILUS_VIEW
-epiphany_bin_LDADD += $(NAUTILUS_DEPENDENCY_CFLAGS)
+epiphany_bin_LDADD += $(NAUTILUS_DEPENDENCY_LIBS)
endif
BUILT_SOURCES = $(CORBA_SOURCE)