Separated the non-java project into client and server projects

in order to better support distributions that target desktops.
This commit completes the client project setup.
This commit is contained in:
Juan Carlos Luciani
2006-11-13 06:32:58 +00:00
parent 6ff1180a82
commit 55304c2836
93 changed files with 28 additions and 98 deletions

View File

@@ -271,15 +271,15 @@ package/windows/authtokenclient_msm/Makefile
package/windows/authtokenclient_msi/Makefile
package/linux/CASA_auth_token_client.spec
include/Makefile
core/Makefile
core/linux/Makefile
core/windows/Makefile
core/mechanisms/Makefile
core/mechanisms/pwd/Makefile
core/mechanisms/pwd/linux/Makefile
core/mechanisms/pwd/windows/Makefile
core/mechanisms/krb5/Makefile
core/mechanisms/krb5/linux/Makefile
core/mechanisms/krb5/windows/Makefile
lib/Makefile
lib/linux/Makefile
lib/windows/Makefile
lib/mechanisms/Makefile
lib/mechanisms/pwd/Makefile
lib/mechanisms/pwd/linux/Makefile
lib/mechanisms/pwd/windows/Makefile
lib/mechanisms/krb5/Makefile
lib/mechanisms/krb5/linux/Makefile
lib/mechanisms/krb5/windows/Makefile
])