diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-13 04:59:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-13 04:59:32 +0800 |
commit | 94eda6b11d51fefeff3761a34ac9e1cdd19371ab (patch) | |
tree | e7639bcb0bb050d8c060ccc00654fb171f52e308 /camel/providers/vee | |
parent | 3fbf50794936c9501e9761a738421eb3fe183799 (diff) | |
download | gsoc2013-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/vee')
-rw-r--r-- | camel/providers/vee/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/vee/Makefile.am b/camel/providers/vee/Makefile.am index 601defcb80..849d6ae2e8 100644 --- a/camel/providers/vee/Makefile.am +++ b/camel/providers/vee/Makefile.am @@ -30,7 +30,7 @@ libcamelveeinclude_HEADERS = \ camel-vee-folder.h \ camel-vee-store.h -libcamelvee_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) +libcamelvee_la_LDFLAGS = -version-info 0:0:0 libcamelvee_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) #libcamelvee_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) |