From c1652f92af6bea13ecd96c0ad7be38784e2faeb5 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Nov 09 2016 12:08:32 +0000 Subject: Build: fix distribution of daemons/ipa-slapi-plugins/ipa-otp-counter files https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- diff --git a/daemons/ipa-slapi-plugins/ipa-otp-counter/Makefile.am b/daemons/ipa-slapi-plugins/ipa-otp-counter/Makefile.am index 1a9cbd9..34fd778 100644 --- a/daemons/ipa-slapi-plugins/ipa-otp-counter/Makefile.am +++ b/daemons/ipa-slapi-plugins/ipa-otp-counter/Makefile.am @@ -15,6 +15,6 @@ AM_CPPFLAGS = \ plugindir = $(libdir)/dirsrv/plugins plugin_LTLIBRARIES = libipa_otp_counter.la -libipa_otp_counter_la_SOURCES = berval.c berval.h ldapmod.c ldapmod.h ipa_otp_counter.c +libipa_otp_counter_la_SOURCES = berval.c berval.h ldapmod.c ldapmod.h ipa_otp_counter.c ipa-otp-counter.sym libipa_otp_counter_la_LDFLAGS = -avoid-version -export-symbols $(srcdir)/ipa-otp-counter.sym libipa_otp_counter_la_LIBADD = $(LDAP_LIBS)