autoreconf
authorSam Hartman <hartmans@painless-security.com>
Tue, 9 Aug 2011 17:22:30 +0000 (13:22 -0400)
committerSam Hartman <hartmans@painless-security.com>
Tue, 9 Aug 2011 17:22:30 +0000 (13:22 -0400)
configure
mech_eap/Makefile.in

index 6a6a5df..bd6d0e3 100755 (executable)
--- a/configure
+++ b/configure
@@ -15135,13 +15135,13 @@ else
 
 
 
-       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSS_C_NT_COMPOSITE_EXPORT in -lgssapi_krb5" >&5
-$as_echo_n "checking for GSS_C_NT_COMPOSITE_EXPORT in -lgssapi_krb5... " >&6; }
-if test "${ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT+set}" = set; then :
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSS_C_NT_COMPOSITE_EXPORT in -lkrb5" >&5
+$as_echo_n "checking for GSS_C_NT_COMPOSITE_EXPORT in -lkrb5... " >&6; }
+if test "${ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgssapi_krb5 "$KRB5_LIBS" $LIBS"
+LIBS="-lkrb5 "$KRB5_LIBS" $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15161,17 +15161,17 @@ return GSS_C_NT_COMPOSITE_EXPORT ();
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT=yes
+  ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT=yes
 else
-  ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT=no
+  ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT" >&5
-$as_echo "$ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT" >&6; }
-if test "x$ac_cv_lib_gssapi_krb5_GSS_C_NT_COMPOSITE_EXPORT" = x""yes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT" >&5
+$as_echo "$ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT" >&6; }
+if test "x$ac_cv_lib_krb5_GSS_C_NT_COMPOSITE_EXPORT" = x""yes; then :
 
 cat >>confdefs.h <<_ACEOF
 #define HAVE_GSS_C_NT_COMPOSITE_EXPORT 1
@@ -15179,13 +15179,13 @@ _ACEOF
 
 fi
 
-       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss_inquire_attrs_for_mech in -lgssapi_krb5" >&5
-$as_echo_n "checking for gss_inquire_attrs_for_mech in -lgssapi_krb5... " >&6; }
-if test "${ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech+set}" = set; then :
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss_inquire_attrs_for_mech in -lkrb5" >&5
+$as_echo_n "checking for gss_inquire_attrs_for_mech in -lkrb5... " >&6; }
+if test "${ac_cv_lib_krb5_gss_inquire_attrs_for_mech+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgssapi_krb5 "$KRB5_LIBS" $LIBS"
+LIBS="-lkrb5 "$KRB5_LIBS" $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15205,17 +15205,17 @@ return gss_inquire_attrs_for_mech ();
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech=yes
+  ac_cv_lib_krb5_gss_inquire_attrs_for_mech=yes
 else
-  ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech=no
+  ac_cv_lib_krb5_gss_inquire_attrs_for_mech=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech" >&5
-$as_echo "$ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech" >&6; }
-if test "x$ac_cv_lib_gssapi_krb5_gss_inquire_attrs_for_mech" = x""yes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_gss_inquire_attrs_for_mech" >&5
+$as_echo "$ac_cv_lib_krb5_gss_inquire_attrs_for_mech" >&6; }
+if test "x$ac_cv_lib_krb5_gss_inquire_attrs_for_mech" = x""yes; then :
 
 cat >>confdefs.h <<_ACEOF
 #define HAVE_GSS_INQUIRE_ATTRS_FOR_MECH 1
@@ -15223,13 +15223,13 @@ _ACEOF
 
 fi
 
-       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss_krb5_import_cred in -lgssapi_krb5" >&5
-$as_echo_n "checking for gss_krb5_import_cred in -lgssapi_krb5... " >&6; }
-if test "${ac_cv_lib_gssapi_krb5_gss_krb5_import_cred+set}" = set; then :
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss_krb5_import_cred in -lkrb5" >&5
+$as_echo_n "checking for gss_krb5_import_cred in -lkrb5... " >&6; }
+if test "${ac_cv_lib_krb5_gss_krb5_import_cred+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgssapi_krb5 "$KRB5_LIBS" $LIBS"
+LIBS="-lkrb5 "$KRB5_LIBS" $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15249,17 +15249,17 @@ return gss_krb5_import_cred ();
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gssapi_krb5_gss_krb5_import_cred=yes
+  ac_cv_lib_krb5_gss_krb5_import_cred=yes
 else
-  ac_cv_lib_gssapi_krb5_gss_krb5_import_cred=no
+  ac_cv_lib_krb5_gss_krb5_import_cred=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gssapi_krb5_gss_krb5_import_cred" >&5
-$as_echo "$ac_cv_lib_gssapi_krb5_gss_krb5_import_cred" >&6; }
-if test "x$ac_cv_lib_gssapi_krb5_gss_krb5_import_cred" = x""yes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_gss_krb5_import_cred" >&5
+$as_echo "$ac_cv_lib_krb5_gss_krb5_import_cred" >&6; }
+if test "x$ac_cv_lib_krb5_gss_krb5_import_cred" = x""yes; then :
 
 cat >>confdefs.h <<_ACEOF
 #define HAVE_GSS_KRB5_IMPORT_CRED 1
index 3d4f2b1..050607a 100644 (file)
@@ -74,17 +74,17 @@ am__installdirs = "$(DESTDIR)$(gssdir)" "$(DESTDIR)$(krb5pluginsdir)" \
        "$(DESTDIR)$(gssincludedir)"
 LTLIBRARIES = $(gss_LTLIBRARIES) $(krb5plugins_LTLIBRARIES)
 mech_eap_la_DEPENDENCIES = ../libeap/libeap.la
-am__mech_eap_la_SOURCES_DIST = accept_sec_context.c \
-       authorize_localname.c acquire_cred.c \
+am__mech_eap_la_SOURCES_DIST = 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_name_attribute.c delete_sec_context.c \
-       display_name.c display_name_ext.c display_status.c \
-       duplicate_name.c eap_mech.c export_name.c \
-       export_name_composite.c export_sec_context.c get_mic.c \
-       get_name_attribute.c gsseap_err.c import_name.c \
-       import_sec_context.c indicate_mechs.c init_sec_context.c \
-       inquire_attrs_for_mech.c inquire_context.c inquire_cred.c \
+       add_cred_with_password.c authorize_localname.c \
+       canonicalize_name.c compare_name.c context_time.c \
+       delete_name_attribute.c delete_sec_context.c display_name.c \
+       display_name_ext.c display_status.c duplicate_name.c \
+       eap_mech.c export_name.c export_name_composite.c \
+       export_sec_context.c get_mic.c get_name_attribute.c \
+       gsseap_err.c import_name.c import_sec_context.c \
+       indicate_mechs.c init_sec_context.c inquire_attrs_for_mech.c \
+       inquire_context.c inquire_cred.c inquire_cred_by_mech.c \
        inquire_cred_by_oid.c inquire_mech_for_saslname.c \
        inquire_mechs_for_name.c inquire_name.c \
        inquire_names_for_mech.c inquire_saslname_for_mech.c \
@@ -101,9 +101,10 @@ am__mech_eap_la_SOURCES_DIST = accept_sec_context.c \
        wrap_iov_length.c wrap_size_limit.c util_reauth.c
 @GSSEAP_ENABLE_REAUTH_TRUE@am__objects_1 = mech_eap_la-util_reauth.lo
 am_mech_eap_la_OBJECTS = mech_eap_la-accept_sec_context.lo \
-       mech_eap_la-authorize_localname.lo mech_eap_la-acquire_cred.lo \
+       mech_eap_la-acquire_cred.lo \
        mech_eap_la-acquire_cred_with_password.lo \
        mech_eap_la-add_cred.lo mech_eap_la-add_cred_with_password.lo \
+       mech_eap_la-authorize_localname.lo \
        mech_eap_la-canonicalize_name.lo mech_eap_la-compare_name.lo \
        mech_eap_la-context_time.lo \
        mech_eap_la-delete_name_attribute.lo \
@@ -118,6 +119,7 @@ am_mech_eap_la_OBJECTS = mech_eap_la-accept_sec_context.lo \
        mech_eap_la-indicate_mechs.lo mech_eap_la-init_sec_context.lo \
        mech_eap_la-inquire_attrs_for_mech.lo \
        mech_eap_la-inquire_context.lo mech_eap_la-inquire_cred.lo \
+       mech_eap_la-inquire_cred_by_mech.lo \
        mech_eap_la-inquire_cred_by_oid.lo \
        mech_eap_la-inquire_mech_for_saslname.lo \
        mech_eap_la-inquire_mechs_for_name.lo \
@@ -347,16 +349,17 @@ mech_eap_la_LDFLAGS = -avoid-version -module \
 mech_eap_la_LIBADD = @KRB5_LIBS@ ../libeap/libeap.la @RADSEC_LIBS@ \
                       @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ @JANSSON_LIBS@
 
-mech_eap_la_SOURCES = accept_sec_context.c authorize_localname.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_name_attribute.c delete_sec_context.c \
-       display_name.c display_name_ext.c display_status.c \
-       duplicate_name.c eap_mech.c export_name.c \
-       export_name_composite.c export_sec_context.c get_mic.c \
-       get_name_attribute.c gsseap_err.c import_name.c \
-       import_sec_context.c indicate_mechs.c init_sec_context.c \
-       inquire_attrs_for_mech.c inquire_context.c inquire_cred.c \
+mech_eap_la_SOURCES = accept_sec_context.c acquire_cred.c \
+       acquire_cred_with_password.c add_cred.c \
+       add_cred_with_password.c authorize_localname.c \
+       canonicalize_name.c compare_name.c context_time.c \
+       delete_name_attribute.c delete_sec_context.c display_name.c \
+       display_name_ext.c display_status.c duplicate_name.c \
+       eap_mech.c export_name.c export_name_composite.c \
+       export_sec_context.c get_mic.c get_name_attribute.c \
+       gsseap_err.c import_name.c import_sec_context.c \
+       indicate_mechs.c init_sec_context.c inquire_attrs_for_mech.c \
+       inquire_context.c inquire_cred.c inquire_cred_by_mech.c \
        inquire_cred_by_oid.c inquire_mech_for_saslname.c \
        inquire_mechs_for_name.c inquire_name.c \
        inquire_names_for_mech.c inquire_saslname_for_mech.c \
@@ -519,6 +522,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_attrs_for_mech.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_context.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_cred.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_cred_by_mech.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_cred_by_oid.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_mech_for_saslname.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mech_eap_la-inquire_mechs_for_name.Plo@am__quote@
@@ -595,13 +599,6 @@ mech_eap_la-accept_sec_context.lo: accept_sec_context.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-accept_sec_context.lo `test -f 'accept_sec_context.c' || echo '$(srcdir)/'`accept_sec_context.c
 
-mech_eap_la-authorize_localname.lo: authorize_localname.c
-@am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-authorize_localname.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-authorize_localname.Tpo -c -o mech_eap_la-authorize_localname.lo `test -f 'authorize_localname.c' || echo '$(srcdir)/'`authorize_localname.c
-@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-authorize_localname.Tpo $(DEPDIR)/mech_eap_la-authorize_localname.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='authorize_localname.c' object='mech_eap_la-authorize_localname.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-authorize_localname.lo `test -f 'authorize_localname.c' || echo '$(srcdir)/'`authorize_localname.c
-
 mech_eap_la-acquire_cred.lo: acquire_cred.c
 @am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-acquire_cred.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-acquire_cred.Tpo -c -o mech_eap_la-acquire_cred.lo `test -f 'acquire_cred.c' || echo '$(srcdir)/'`acquire_cred.c
 @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-acquire_cred.Tpo $(DEPDIR)/mech_eap_la-acquire_cred.Plo
@@ -630,6 +627,13 @@ mech_eap_la-add_cred_with_password.lo: add_cred_with_password.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-add_cred_with_password.lo `test -f 'add_cred_with_password.c' || echo '$(srcdir)/'`add_cred_with_password.c
 
+mech_eap_la-authorize_localname.lo: authorize_localname.c
+@am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-authorize_localname.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-authorize_localname.Tpo -c -o mech_eap_la-authorize_localname.lo `test -f 'authorize_localname.c' || echo '$(srcdir)/'`authorize_localname.c
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-authorize_localname.Tpo $(DEPDIR)/mech_eap_la-authorize_localname.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='authorize_localname.c' object='mech_eap_la-authorize_localname.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-authorize_localname.lo `test -f 'authorize_localname.c' || echo '$(srcdir)/'`authorize_localname.c
+
 mech_eap_la-canonicalize_name.lo: canonicalize_name.c
 @am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-canonicalize_name.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-canonicalize_name.Tpo -c -o mech_eap_la-canonicalize_name.lo `test -f 'canonicalize_name.c' || echo '$(srcdir)/'`canonicalize_name.c
 @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-canonicalize_name.Tpo $(DEPDIR)/mech_eap_la-canonicalize_name.Plo
@@ -791,6 +795,13 @@ mech_eap_la-inquire_cred.lo: inquire_cred.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-inquire_cred.lo `test -f 'inquire_cred.c' || echo '$(srcdir)/'`inquire_cred.c
 
+mech_eap_la-inquire_cred_by_mech.lo: inquire_cred_by_mech.c
+@am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-inquire_cred_by_mech.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-inquire_cred_by_mech.Tpo -c -o mech_eap_la-inquire_cred_by_mech.lo `test -f 'inquire_cred_by_mech.c' || echo '$(srcdir)/'`inquire_cred_by_mech.c
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-inquire_cred_by_mech.Tpo $(DEPDIR)/mech_eap_la-inquire_cred_by_mech.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='inquire_cred_by_mech.c' object='mech_eap_la-inquire_cred_by_mech.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -c -o mech_eap_la-inquire_cred_by_mech.lo `test -f 'inquire_cred_by_mech.c' || echo '$(srcdir)/'`inquire_cred_by_mech.c
+
 mech_eap_la-inquire_cred_by_oid.lo: inquire_cred_by_oid.c
 @am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mech_eap_la_CPPFLAGS) $(CPPFLAGS) $(mech_eap_la_CFLAGS) $(CFLAGS) -MT mech_eap_la-inquire_cred_by_oid.lo -MD -MP -MF $(DEPDIR)/mech_eap_la-inquire_cred_by_oid.Tpo -c -o mech_eap_la-inquire_cred_by_oid.lo `test -f 'inquire_cred_by_oid.c' || echo '$(srcdir)/'`inquire_cred_by_oid.c
 @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/mech_eap_la-inquire_cred_by_oid.Tpo $(DEPDIR)/mech_eap_la-inquire_cred_by_oid.Plo