diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-16 15:12:03 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-16 15:43:41 -0400 |
commit | ce3f45bad9d2ae97d72f653de13d43da569a8ab9 (patch) | |
tree | c53529703b84deea7b88e2a61a8f5331cfac3072 /server/Makefile.am | |
parent | 6d09def23347c49b8e91381a037b0abbfe53f498 (diff) | |
download | sssd-ce3f45bad9d2ae97d72f653de13d43da569a8ab9.tar.gz sssd-ce3f45bad9d2ae97d72f653de13d43da569a8ab9.tar.xz sssd-ce3f45bad9d2ae97d72f653de13d43da569a8ab9.zip |
Control sssd_be exported functions
Diffstat (limited to 'server/Makefile.am')
-rw-r--r-- | server/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index b70be9380..0c5f4674c 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -243,7 +243,9 @@ sssd_be_SOURCES = \ providers/data_provider_be.c \ $(SSSD_UTIL_OBJ) sssd_be_LDADD = $(SSSD_LIBS) -sssd_be_LDFLAGS = -export-dynamic +sssd_be_LDFLAGS = \ + -Wl,--version-script,$(srcdir)/providers/sssd_be.exports \ + -export-dynamic if BUILD_POLICYKIT sssd_pk_SOURCES = \ @@ -270,7 +272,8 @@ dist_noinst_DATA = \ examples/sssd.conf \ examples/sssdproxylocal \ examples/sssdproxytest \ - examples/sudo + examples/sudo \ + providers/sssd_be.exports ###################### # Command-line Tools # |