aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-28 20:58:35 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-28 20:58:35 +0800
commit632937f3452c3d44c0df975c15c6499800df042a (patch)
treef7a31c73349143cf3cf373e88fad5b9358346f68
parent003eafee1884b5474f9b5230365da7f90493193e (diff)
downloadgsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar.gz
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar.bz2
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar.lz
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar.xz
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.tar.zst
gsoc2013-epiphany-632937f3452c3d44c0df975c15c6499800df042a.zip
Fix linking with nautilus view enabled.
2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Fix linking with nautilus view enabled.
-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)