aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/authdata/saml_server/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata/saml_server/Makefile.in')
-rw-r--r--src/plugins/authdata/saml_server/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/authdata/saml_server/Makefile.in b/src/plugins/authdata/saml_server/Makefile.in
index f6d5e86..8c2188f 100644
--- a/src/plugins/authdata/saml_server/Makefile.in
+++ b/src/plugins/authdata/saml_server/Makefile.in
@@ -24,8 +24,8 @@ SHLIB_EXPLIBS= -lkrb5 -lcom_err -lk5crypto -lkdb_ldap $(SUPPORT_LIB) $(LIBS) @LD
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)
STOBJLISTS=OBJS.ST
-STLIBOBJS= saml_kdc.o saml_ldap.o saml_util.o
-SRCS=saml_kdc.cpp saml_ldap.cpp saml_util.cpp
+STLIBOBJS= saml_kdc.o saml_ldap.o saml_util.o saml_trust.o
+SRCS=saml_kdc.cpp saml_ldap.cpp saml_util.cpp saml_trust.cpp
all-unix:: all-liblinks
install-unix:: install-libs
@@ -39,5 +39,5 @@ clean::
# XXX for now
CC=$(CXX)
-CXXFLAGS=-g
+CXXFLAGS=-g -DGCC_HASCLASSVISIBILITY=1 -fvisibility=default