summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-slapi-plugins')
-rw-r--r--ipa-server/ipa-slapi-plugins/dna/Makefile.am2
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am2
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am2
3 files changed, 6 insertions, 0 deletions
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)