From 81fc858d949889a91fc86d370e8f35ce1a4fabd3 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 7 Mar 2011 21:08:46 -0500 Subject: [PATCH] mark *_err.c as built sources --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index bc6c572..17757f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,9 +91,13 @@ mech_eap_la_SOURCES = \ wrap_iov_length.c \ wrap_size_limit.c +BUILT_SOURCES = gsseap_err.c radsec_err.c + if GSSEAP_ENABLE_REAUTH mech_eap_la_SOURCES += util_reauth.c + + if !HEIMDAL krb5pluginsdir = $(libdir)/krb5/plugins/authdata krb5plugins_LTLIBRARIES = radius_ad.la -- 2.1.4