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/pop3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/pop3') diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am index f30d73e736..1c15981411 100644 --- a/camel/providers/pop3/Makefile.am +++ b/camel/providers/pop3/Makefile.am @@ -30,6 +30,6 @@ libcamelpop3include_HEADERS = \ camel-pop3-store.h -libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 -rpath $(libdir) +libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 EXTRA_DIST = libcamelpop3.urls -- cgit v1.2.3