From 94eda6b11d51fefeff3761a34ac9e1cdd19371ab Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 12 Jun 2000 20:59:32 +0000 Subject: 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 --- camel/providers/sendmail/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/sendmail/Makefile.am') 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 -- cgit v1.2.3