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/maildir | |
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/maildir')
-rw-r--r-- | camel/providers/maildir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am index 07f05d443b..4dd4f999b2 100644 --- a/camel/providers/maildir/Makefile.am +++ b/camel/providers/maildir/Makefile.am @@ -19,6 +19,6 @@ libcamelmaildirinclude_HEADERS = \ camel-maildir-folder.h \ camel-maildir-store.h -libcamelmaildir_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) +libcamelmaildir_la_LDFLAGS = -version-info 0:0:0 EXTRA_DIST = |