X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=Makefile.am;h=016521934f121928cd17b806a7015dd5c25c99a7;hp=479c57a301dc89cd6594db82cee51a13d63fa2a4;hb=HEAD;hpb=7c94f42e6e1dc8dde851836062de016c914f4f43 diff --git a/Makefile.am b/Makefile.am index 479c57a..0165219 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,52 +1,4 @@ AUTOMAKE_OPTIONS = foreign - -gssdir = $(libdir)/gss - -gss_LTLIBRARIES = libmech_eap.la - -libmech_eap_la_CFLAGS = -g -Wall -fno-strict-aliasing @KRB5_CFLAGS@ @TARGET_CFLAGS@ -libmech_eap_la_LDFLAGS = -export-symbols mech_eap.exports -version-info 0:0:0 @KRB5_LDFLAGS@ @TARGET_LDFLAGS@ -libmech_eap_la_LIBADD = @KRB5_LIBS@ - -libmech_eap_la_SOURCES = \ - accept_sec_context.c \ - acquire_cred.c \ - acquire_cred_with_password.c \ - add_cred.c \ - add_cred_with_password.c \ - canonicalize_name.c \ - compare_name.c \ - context_time.c \ - delete_sec_context.c \ - display_name.c \ - display_name_ext.c \ - duplicate_name.c \ - eap_mech.c \ - export_name.c \ - export_sec_context.c \ - get_mic.c \ - get_name_attribute.c \ - import_name.c \ - import_sec_context.c \ - indicate_mechs.c \ - init_sec_context.c \ - inquire_context.c \ - inquire_cred.c \ - inquire_mechs_for_name.c \ - inquire_names_for_mech.c \ - map_name_to_any.c \ - process_context_token.c \ - pseudo_random.c \ - release_any_name_mapping.c \ - release_cred.c \ - release_name.c \ - set_name_attribute.c \ - store_cred.c \ - unwrap.c \ - unwrap_iov.c \ - verify_mic.c \ - wrap.c \ - wrap_iov.c \ - wrap_iov_length.c \ - wrap_size_limit.c - +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = libeap mech_eap +EXTRA_DIST = mech_eap.spec