CASA-auth-token-client: rename lib directory to library and change in makefile

This commit is contained in:
soochoi 2007-01-03 05:04:26 +00:00
parent 33c3cf2ecf
commit 96204153a8
78 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@
#
#######################################################################
SUBDIRS = lib package
SUBDIRS = library package
DIST_SUBDIRS = include lib package

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
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
library/Makefile
library/linux/Makefile
library/windows/Makefile
library/mechanisms/Makefile
library/mechanisms/pwd/Makefile
library/mechanisms/pwd/linux/Makefile
library/mechanisms/pwd/windows/Makefile
library/mechanisms/krb5/Makefile
library/mechanisms/krb5/linux/Makefile
library/mechanisms/krb5/windows/Makefile
])