X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=6a4557cdfffd38c2067c7f46df6df75a668e8ebf;hb=eaf9c5284b9edf0b19d794898c7c3a8a37a54966;hp=2370ef48d600f634249117f2cf8f328c204732a5;hpb=cf00b33fcc2840de5e4fe78181929f4c4634f98a;p=mech_eap.orig diff --git a/Makefile.am b/Makefile.am index 2370ef4..6a4557c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ gssinclude_HEADERS = gssapi_eap.h gssdir = $(libdir)/gss gss_LTLIBRARIES = mech_eap.la -mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" +mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" -DDATAROOTDIR=\"${datarootdir}\" mech_eap_la_CFLAGS = -g -Wall -fno-strict-aliasing \ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @KRB5_CFLAGS@ @TARGET_CFLAGS@ mech_eap_la_CXXFLAGS = -g -Wall \ @@ -16,7 +16,7 @@ mech_eap_la_LDFLAGS = -avoid-version -module \ -export-symbols mech_eap.exports -no-undefined \ @EAP_LDFLAGS@ @RADSEC_LDFLAGS@ @TARGET_LDFLAGS@ mech_eap_la_LIBADD = @EAP_LIBS@ @RADSEC_LIBS@ @KRB5_LIBS@ @SHIBSP_LIBS@ \ - @SHIBRESOLVER_LIBS@ -lfreeradius-client + @SHIBRESOLVER_LIBS@ mech_eap_la_SOURCES = \ accept_sec_context.c \ @@ -72,6 +72,7 @@ mech_eap_la_SOURCES = \ util_cksum.c \ util_cred.c \ util_crypt.c \ + util_exts.c \ util_krb.c \ util_lucid.c \ util_mech.c \