Fixed make system problems that was causing makes to fail under Linux.

This commit is contained in:
Juan Carlos Luciani 2006-11-07 11:07:53 +00:00
parent 7b27200e08
commit 7d2f9058b3
5 changed files with 17 additions and 8 deletions

View File

@ -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 Thu Oct 19 09:20:24 MDT 2006 - jluciani@novell.com

View File

@ -21,9 +21,9 @@
####################################################################### #######################################################################
if LINUX if LINUX
SUBDIRS = $(TARGET_OS) SUBDIRS = $(TARGET_OS)
else else
SUBDIRS = SUBDIRS =
endif endif
DIST_SUBDIRS = linux DIST_SUBDIRS = linux

View File

@ -21,9 +21,9 @@
####################################################################### #######################################################################
if LINUX if LINUX
SUBDIRS = $(TARGET_OS) idenTokenProviders Svc SUBDIRS = $(TARGET_OS) idenTokenProviders Svc
else else
SUBDIRS = SUBDIRS =
endif endif
DIST_SUBDIRS = linux idenTokenProviders Svc DIST_SUBDIRS = linux idenTokenProviders Svc

View File

@ -21,9 +21,9 @@
####################################################################### #######################################################################
if LINUX if LINUX
SUBDIRS = $(TARGET_OS) SUBDIRS = $(TARGET_OS)
else else
SUBDIRS = SUBDIRS =
endif endif
DIST_SUBDIRS = linux DIST_SUBDIRS = linux

View File

@ -21,9 +21,9 @@
####################################################################### #######################################################################
if LINUX if LINUX
SUBDIRS = $(TARGET_OS) SUBDIRS = $(TARGET_OS)
else else
SUBDIRS = SUBDIRS =
endif endif
DIST_SUBDIRS = linux DIST_SUBDIRS = linux