Finished changes to make the server project operational.

This commit is contained in:
Juan Carlos Luciani
2006-11-13 05:51:53 +00:00
parent 2c8668479c
commit fc12f21d19
9 changed files with 88 additions and 98 deletions

View File

@@ -36,7 +36,7 @@ SUBDIRS =
DIST_SUBDIRS =
ROOT = ../../../..
ROOT = ../../..
LIBDIR = $(ROOT)/$(LIB)
BINDIR = $(ROOT)/$(BIN)

View File

@@ -33,9 +33,7 @@ SUBDIRS =
DIST_SUBDIRS =
ROOT = ../../../../..
CASAINCLUDE = ../../../../../../CASA/include
ROOT = ../../../..
LIBDIR = $(ROOT)/$(LIB)
@@ -54,7 +52,7 @@ CFILES = ../identokenprovider.c \
platform.c
CSFILES_CSC :=
INCLUDES = -I. -I.. -I../../.. -I$(CASAINCLUDE) -I../../../../../include
INCLUDES = -I. -I.. -I../../.. -I$(ROOT)/include
RESOURCES =
DEST_CONF_FILE_NAME = CasaIdentityToken.conf

View File

@@ -33,8 +33,7 @@ SUBDIRS =
DIST_SUBDIRS =
ROOT = ../../..
CASAINCLUDE = ../../../../CASA/include
ROOT = ../..
LIBDIR = $(ROOT)/$(LIB)
@@ -55,7 +54,7 @@ CFILES = ../config.c \
platform.c
CSFILES_CSC :=
INCLUDES = -I. -I.. -I$(CASAINCLUDE) -I../../../include
INCLUDES = -I. -I.. -I$(ROOT)/include
RESOURCES =
if LIB64