diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-28 20:58:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-28 20:58:35 +0800 |
commit | 632937f3452c3d44c0df975c15c6499800df042a (patch) | |
tree | f7a31c73349143cf3cf373e88fad5b9358346f68 /src/Makefile.am | |
parent | 003eafee1884b5474f9b5230365da7f90493193e (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |