Updated the changes file and fixed a problem in the make system.

This commit is contained in:
Juan Carlos Luciani 2007-04-17 15:11:19 +00:00
parent 4b828cd642
commit 5d357da357
3 changed files with 17 additions and 0 deletions

View File

@ -269,6 +269,12 @@ package/linux/Makefile
package/windows/Makefile
package/windows/authtokenclient_msm/Makefile
package/windows/authtokenclient_msi/Makefile
package/windows/authtokenclient64_msm/Makefile
package/windows/authtokenclient64_msi/Makefile
package/windows/authtokenclientdevel_msm/Makefile
package/windows/authtokenclientdevel_msi/Makefile
package/windows/authtokenclientdevel64_msm/Makefile
package/windows/authtokenclientdevel64_msi/Makefile
package/linux/CASA_auth_token_client.spec
include/Makefile
library/Makefile

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 17 09:07:57 MDT 2007 - jluciani@novell.com
- Added CleanUpAuthTokenCache() API to solve BUG260619.
-------------------------------------------------------------------
Mon Apr 2 17:13:28 MDT 2007 - jluciani@novell.com

View File

@ -36,7 +36,13 @@ EXTRA_DIST =
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:
$(MAKE) -C authtokenclient_msm $@
$(MAKE) -C authtokenclient64_msm $@
$(MAKE) -C authtokenclient_msi $@
$(MAKE) -C authtokenclient64_msi $@
$(MAKE) -C authtokenclientdevel_msm $@
$(MAKE) -C authtokenclientdevel64_msm $@
$(MAKE) -C authtokenclientdevel_msi $@
$(MAKE) -C authtokenclientdevel64_msi $@
clean-local:
if [ -d lib ]; then rm -rf lib; fi