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/sendmail/Makefile.am | |
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/sendmail/Makefile.am')
-rw-r--r-- | camel/providers/sendmail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am index 511c860315..5df527435f 100644 --- a/camel/providers/sendmail/Makefile.am +++ b/camel/providers/sendmail/Makefile.am @@ -26,6 +26,6 @@ libcamelsendmail_la_SOURCES = \ libcamelsendmailinclude_HEADERS = \ camel-sendmail-transport.h -libcamelsendmail_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) +libcamelsendmail_la_LDFLAGS = -version-info 0:0:0 EXTRA_DIST = libcamelsendmail.urls |