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

@@ -35,9 +35,7 @@ SUBDIRS =
DIST_SUBDIRS =
ROOT = ../../..
CASAINCLUDE = ../../../../CASA/include
ROOT = ../..
LIBDIR = $(ROOT)/$(LIB)
@@ -53,7 +51,7 @@ MODULE_EXT = so
CFILES = ../pam_authtoken.c
CSFILES_CSC :=
INCLUDES = -I. -I$(CASAINCLUDE) -I../../../include
INCLUDES = -I. -I$(ROOT)/include
RESOURCES =
CFLAGS += $(INCLUDES) $(DEFINES)