aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-13 04:59:32 +0800
committerDan Winship <danw@src.gnome.org>2000-06-13 04:59:32 +0800
commit94eda6b11d51fefeff3761a34ac9e1cdd19371ab (patch)
treee7639bcb0bb050d8c060ccc00654fb171f52e308 /camel/providers/imap/Makefile.am
parent3fbf50794936c9501e9761a738421eb3fe183799 (diff)
downloadgsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.gz
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.bz2
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.lz
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.xz
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.zst
gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.zip
don't pass a second (incorrect) -rpath in addition to the (correct) one
* providers/*/Makefile.am: don't pass a second (incorrect) -rpath in addition to the (correct) one automatically provided by automake. svn path=/trunk/; revision=3535
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r--camel/providers/imap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index 8ff4b31350..504abac800 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -34,7 +34,7 @@ libcamelimapinclude_HEADERS = \
camel-imap-stream.h \
camel-imap-summary.h
-libcamelimap_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
+libcamelimap_la_LDFLAGS = -version-info 0:0:0
libcamelimap_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
#libcamelimap_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)