diff --git a/CASA-auth-token/non-java/package/linux/CASA_auth_token_native.changes b/CASA-auth-token/non-java/package/linux/CASA_auth_token_native.changes index 7d67cf88..1975a038 100644 --- a/CASA-auth-token/non-java/package/linux/CASA_auth_token_native.changes +++ b/CASA-auth-token/non-java/package/linux/CASA_auth_token_native.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 7 16:01:11 MST 2006 - jluciani@novell.com + +- Made changes to enable client/ats communication over SSL. (Not quite + done with this yet). + +- Updated the make system to allow Windows builds to be made from + the command line using Cygwin. + ------------------------------------------------------------------- Thu Oct 19 09:20:24 MDT 2006 - jluciani@novell.com diff --git a/CASA-auth-token/non-java/server/ApacheSupport/2.2/Makefile.am b/CASA-auth-token/non-java/server/ApacheSupport/2.2/Makefile.am index a7c36afd..a9fff5ba 100644 --- a/CASA-auth-token/non-java/server/ApacheSupport/2.2/Makefile.am +++ b/CASA-auth-token/non-java/server/ApacheSupport/2.2/Makefile.am @@ -21,9 +21,9 @@ ####################################################################### if LINUX - SUBDIRS = $(TARGET_OS) +SUBDIRS = $(TARGET_OS) else - SUBDIRS = +SUBDIRS = endif DIST_SUBDIRS = linux diff --git a/CASA-auth-token/non-java/server/AuthTokenValidate/Makefile.am b/CASA-auth-token/non-java/server/AuthTokenValidate/Makefile.am index 5fa38e91..23bc78d3 100644 --- a/CASA-auth-token/non-java/server/AuthTokenValidate/Makefile.am +++ b/CASA-auth-token/non-java/server/AuthTokenValidate/Makefile.am @@ -21,9 +21,9 @@ ####################################################################### if LINUX - SUBDIRS = $(TARGET_OS) idenTokenProviders Svc +SUBDIRS = $(TARGET_OS) idenTokenProviders Svc else - SUBDIRS = +SUBDIRS = endif DIST_SUBDIRS = linux idenTokenProviders Svc diff --git a/CASA-auth-token/non-java/server/PamSupport/Makefile.am b/CASA-auth-token/non-java/server/PamSupport/Makefile.am index a7c36afd..a9fff5ba 100644 --- a/CASA-auth-token/non-java/server/PamSupport/Makefile.am +++ b/CASA-auth-token/non-java/server/PamSupport/Makefile.am @@ -21,9 +21,9 @@ ####################################################################### if LINUX - SUBDIRS = $(TARGET_OS) +SUBDIRS = $(TARGET_OS) else - SUBDIRS = +SUBDIRS = endif DIST_SUBDIRS = linux diff --git a/CASA-auth-token/non-java/utilities/IpcLibs/Makefile.am b/CASA-auth-token/non-java/utilities/IpcLibs/Makefile.am index a7c36afd..a9fff5ba 100644 --- a/CASA-auth-token/non-java/utilities/IpcLibs/Makefile.am +++ b/CASA-auth-token/non-java/utilities/IpcLibs/Makefile.am @@ -21,9 +21,9 @@ ####################################################################### if LINUX - SUBDIRS = $(TARGET_OS) +SUBDIRS = $(TARGET_OS) else - SUBDIRS = +SUBDIRS = endif DIST_SUBDIRS = linux