From c49d478b92843de3395a82b012847da8958afa2b Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Thu, 18 Oct 2007 10:02:26 -0400 Subject: Fix build from autoconf patch import. --- ipa-server/ipa-slapi-plugins/dna/Makefile.am | 2 ++ ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am | 2 ++ ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) (limited to 'ipa-server/ipa-slapi-plugins') diff --git a/ipa-server/ipa-slapi-plugins/dna/Makefile.am b/ipa-server/ipa-slapi-plugins/dna/Makefile.am index d8d6d1d7b..57a99764b 100644 --- a/ipa-server/ipa-slapi-plugins/dna/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/dna/Makefile.am @@ -23,6 +23,8 @@ libipa_dna_plugin_la_SOURCES = \ dna.c \ $(NULL) +libipa_dna_plugin_la_LDFLAGS = -avoid-version + libipa_dna_plugin_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am index bc236c32c..54ddd538a 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am @@ -23,6 +23,8 @@ libipa_memberof_plugin_la_SOURCES = \ ipa-memberof.c \ $(NULL) +libipa_memberof_plugin_la_LDFLAGS = -avoid-version + libipa_memberof_plugin_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am index 684243839..5c0fb2325 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am @@ -23,6 +23,8 @@ libipa_pwd_extop_la_SOURCES = \ ipa_pwd_extop.c \ $(NULL) +libipa_pwd_extop_la_LDFLAGS = -avoid-version + libipa_pwd_extop_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) -- cgit