diff --git a/CASA/README b/CASA/README new file mode 100644 index 00000000..63039a5d --- /dev/null +++ b/CASA/README @@ -0,0 +1,46 @@ + +------------------------------------------------------------ +Welcome +------------------------------------------------------------ + +Last updated $Date: 2006/06/7:01:45 $ + +------------------------------------------------------------ +Common Authentication Service Adaptor documentation +------------------------------------------------------------ + +Documentation is found in doc directory. +For product documentation, please go to doc/product. +For internal documentation, please go to doc/internal. + +For latest documentation, see http://forge.novell.com/modules/xfmod/project/?casa + +------------------------------------------------------------ +Compilation and Installation +------------------------------------------------------------ + +For linux build information, please see readme/readme_linux +For windows build information, please see readme/readme_win.txt + + +------------------------------------------------------------ +Using CASA +------------------------------------------------------------ + +HowTOS + +------------------------------------------------------------ +Getting Involved +------------------------------------------------------------ + +The CASA Community would very much benefit from your participation in the development of this open source project. + +We welcome your involvement in CASA development process and would like to encourage you to join CASA community today. +http://forge.novell.com/modules/xfmod/project/?casa + +------------------------------------------------------------ +Report Bugs & Issues +------------------------------------------------------------ + +The forge.novell Web site uses Bugzilla as a bug tracking tool. We would like to welcome every users to report any issues that may arise. This is an very important factor in CASA development process and we appreciate any of your input. + diff --git a/CASA/adlib/Makefile.am b/CASA/adlib/Makefile.am index d858313e..9356f0c4 100644 --- a/CASA/adlib/Makefile.am +++ b/CASA/adlib/Makefile.am @@ -53,7 +53,7 @@ CSFILES = $(srcdir)/AssemblyInfo.cs \ $(srcdir)/KWalletEngine.cs \ $(srcdir)/GKEngine.cs \ $(srcdir)/FFEngine.cs \ - $(top_srcdir)/c_gui/Logger.cs + $(top_srcdir)/gui/Logger.cs CSFILES_CSC := $(subst /,$(SEP),$(CSFILES)) CS_FLAGS = $(CSC_LIBFLAG) -pkg:gtk-sharp /d:LINUX diff --git a/CASA/common/linux/Makefile.am b/CASA/common/linux/Makefile.am index 4a773384..bd384d65 100644 --- a/CASA/common/linux/Makefile.am +++ b/CASA/common/linux/Makefile.am @@ -83,7 +83,7 @@ $(OBJDIR)/%.o: %.cpp $(OBJDIR)/$(MODULE_NAME).$(MODULE_EXT): @echo [======== Creating symlink $@ ========] - ln -f $(CFILES) $(CASAROOT)/c_micasadk + ln -f $(CFILES) $(CASAROOT)/micasadk $(OBJDIR): [ -d $(OBJDIR) ] || mkdir -p $(OBJDIR) diff --git a/CASA/logincapture/linux/PAM/linux/Makefile.am b/CASA/logincapture/linux/PAM/linux/Makefile.am index bb843788..b5e560e0 100644 --- a/CASA/logincapture/linux/PAM/linux/Makefile.am +++ b/CASA/logincapture/linux/PAM/linux/Makefile.am @@ -32,7 +32,7 @@ DIST_SUBDIRS = EXTRA_DIST = *.exp -CASAROOT = ../../.. +CASAROOT = ../../../.. CASALIBDIR = $(CASAROOT)/$(LIB)