From 2b9e4c92fe63c5ac3a24f15e9b713543ac3ade23 Mon Sep 17 00:00:00 2001 From: Sam hartman Date: Fri, 16 Sep 2011 19:41:51 +0100 Subject: [PATCH] make dist: distribute sources Distribute headers so that make dist works Include headers in built sources to fix dependencies for parallel builds Distribute exports files and require that the resulting library depend on them --- mech_eap/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mech_eap/Makefile.am b/mech_eap/Makefile.am index 608f339..5b41921 100644 --- a/mech_eap/Makefile.am +++ b/mech_eap/Makefile.am @@ -1,7 +1,9 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = gsseap_err.et radsec_err.et \ - mech_eap.exports mech_eap-noacceptor.exports + mech_eap.exports mech_eap-noacceptor.exports radius_ad.exports \ + LICENSE AUTHORS + gssincludedir = $(includedir)/gssapi gssinclude_HEADERS = gssapi_eap.h @@ -123,12 +125,15 @@ mech_eap_la_SOURCES = \ util_saml.h \ util_shib.h +<<<<<<< HEAD if LIBMOONSHOT mech_eap_la_SOURCES += util_moonshot.c mech_eap_la_CFLAGS += @LIBMOONSHOT_CFLAGS@ mech_eap_la_LDFLAGS += @LIBMOONSHOT_LDFLAGS@ mech_eap_la_LIBADD += @LIBMOONSHOT_LIBS@ endif +======= +>>>>>>> 8d229bd... make dist: distribute sources if GSSEAP_ENABLE_ACCEPTOR -- 2.1.4