(libgssapi_la_LDFLAGS): bump to 3:6:2
(libgssapi_la_SOURCES): add all new functions git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11780 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -5,7 +5,7 @@ include $(top_srcdir)/Makefile.am.common
 | 
				
			|||||||
INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_des) $(INCLUDE_krb4)
 | 
					INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_des) $(INCLUDE_krb4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
lib_LTLIBRARIES = libgssapi.la
 | 
					lib_LTLIBRARIES = libgssapi.la
 | 
				
			||||||
libgssapi_la_LDFLAGS = -version-info 3:5:2
 | 
					libgssapi_la_LDFLAGS = -version-info 3:6:2
 | 
				
			||||||
libgssapi_la_LIBADD  = ../krb5/libkrb5.la $(LIB_des) ../asn1/libasn1.la ../roken/libroken.la
 | 
					libgssapi_la_LIBADD  = ../krb5/libkrb5.la $(LIB_des) ../asn1/libasn1.la ../roken/libroken.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
man_MANS = gssapi.3 gss_acquire_cred.3
 | 
					man_MANS = gssapi.3 gss_acquire_cred.3
 | 
				
			||||||
@@ -16,6 +16,7 @@ libgssapi_la_SOURCES =		\
 | 
				
			|||||||
	8003.c			\
 | 
						8003.c			\
 | 
				
			||||||
	accept_sec_context.c	\
 | 
						accept_sec_context.c	\
 | 
				
			||||||
	acquire_cred.c		\
 | 
						acquire_cred.c		\
 | 
				
			||||||
 | 
						add_cred.c		\
 | 
				
			||||||
	add_oid_set_member.c	\
 | 
						add_oid_set_member.c	\
 | 
				
			||||||
	canonicalize_name.c	\
 | 
						canonicalize_name.c	\
 | 
				
			||||||
	compare_name.c		\
 | 
						compare_name.c		\
 | 
				
			||||||
@@ -42,10 +43,14 @@ libgssapi_la_SOURCES =		\
 | 
				
			|||||||
	init_sec_context.c	\
 | 
						init_sec_context.c	\
 | 
				
			||||||
	inquire_context.c	\
 | 
						inquire_context.c	\
 | 
				
			||||||
	inquire_cred.c		\
 | 
						inquire_cred.c		\
 | 
				
			||||||
 | 
						inquire_cred_by_mech.c	\
 | 
				
			||||||
 | 
						inquire_mechs_for_name.c \
 | 
				
			||||||
 | 
						inquire_names_for_mech.c \
 | 
				
			||||||
	release_buffer.c	\
 | 
						release_buffer.c	\
 | 
				
			||||||
	release_cred.c		\
 | 
						release_cred.c		\
 | 
				
			||||||
	release_name.c		\
 | 
						release_name.c		\
 | 
				
			||||||
	release_oid_set.c	\
 | 
						release_oid_set.c	\
 | 
				
			||||||
 | 
						process_context_token.c \
 | 
				
			||||||
	test_oid_set_member.c	\
 | 
						test_oid_set_member.c	\
 | 
				
			||||||
	unwrap.c		\
 | 
						unwrap.c		\
 | 
				
			||||||
	v1.c			\
 | 
						v1.c			\
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/Makefile.am.common
 | 
				
			|||||||
INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_des) $(INCLUDE_krb4)
 | 
					INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_des) $(INCLUDE_krb4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
lib_LTLIBRARIES = libgssapi.la
 | 
					lib_LTLIBRARIES = libgssapi.la
 | 
				
			||||||
libgssapi_la_LDFLAGS = -version-info 3:5:2
 | 
					libgssapi_la_LDFLAGS = -version-info 3:6:2
 | 
				
			||||||
libgssapi_la_LIBADD  = ../krb5/libkrb5.la $(LIB_des) ../asn1/libasn1.la ../roken/libroken.la
 | 
					libgssapi_la_LIBADD  = ../krb5/libkrb5.la $(LIB_des) ../asn1/libasn1.la ../roken/libroken.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
man_MANS = gssapi.3 gss_acquire_cred.3
 | 
					man_MANS = gssapi.3 gss_acquire_cred.3
 | 
				
			||||||
@@ -16,6 +16,7 @@ libgssapi_la_SOURCES =		\
 | 
				
			|||||||
	8003.c			\
 | 
						8003.c			\
 | 
				
			||||||
	accept_sec_context.c	\
 | 
						accept_sec_context.c	\
 | 
				
			||||||
	acquire_cred.c		\
 | 
						acquire_cred.c		\
 | 
				
			||||||
 | 
						add_cred.c		\
 | 
				
			||||||
	add_oid_set_member.c	\
 | 
						add_oid_set_member.c	\
 | 
				
			||||||
	canonicalize_name.c	\
 | 
						canonicalize_name.c	\
 | 
				
			||||||
	compare_name.c		\
 | 
						compare_name.c		\
 | 
				
			||||||
@@ -42,10 +43,14 @@ libgssapi_la_SOURCES =		\
 | 
				
			|||||||
	init_sec_context.c	\
 | 
						init_sec_context.c	\
 | 
				
			||||||
	inquire_context.c	\
 | 
						inquire_context.c	\
 | 
				
			||||||
	inquire_cred.c		\
 | 
						inquire_cred.c		\
 | 
				
			||||||
 | 
						inquire_cred_by_mech.c	\
 | 
				
			||||||
 | 
						inquire_mechs_for_name.c \
 | 
				
			||||||
 | 
						inquire_names_for_mech.c \
 | 
				
			||||||
	release_buffer.c	\
 | 
						release_buffer.c	\
 | 
				
			||||||
	release_cred.c		\
 | 
						release_cred.c		\
 | 
				
			||||||
	release_name.c		\
 | 
						release_name.c		\
 | 
				
			||||||
	release_oid_set.c	\
 | 
						release_oid_set.c	\
 | 
				
			||||||
 | 
						process_context_token.c \
 | 
				
			||||||
	test_oid_set_member.c	\
 | 
						test_oid_set_member.c	\
 | 
				
			||||||
	unwrap.c		\
 | 
						unwrap.c		\
 | 
				
			||||||
	v1.c			\
 | 
						v1.c			\
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user