Updated the changes file and fixed a problem in the make system.
This commit is contained in:
parent
4b828cd642
commit
5d357da357
@ -269,6 +269,12 @@ package/linux/Makefile
|
|||||||
package/windows/Makefile
|
package/windows/Makefile
|
||||||
package/windows/authtokenclient_msm/Makefile
|
package/windows/authtokenclient_msm/Makefile
|
||||||
package/windows/authtokenclient_msi/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
|
package/linux/CASA_auth_token_client.spec
|
||||||
include/Makefile
|
include/Makefile
|
||||||
library/Makefile
|
library/Makefile
|
||||||
|
@ -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
|
Mon Apr 2 17:13:28 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
@ -36,7 +36,13 @@ EXTRA_DIST =
|
|||||||
.PHONY: package package-clean package-install package-uninstall
|
.PHONY: package package-clean package-install package-uninstall
|
||||||
package package-clean package-install package-uninstall:
|
package package-clean package-install package-uninstall:
|
||||||
$(MAKE) -C authtokenclient_msm $@
|
$(MAKE) -C authtokenclient_msm $@
|
||||||
|
$(MAKE) -C authtokenclient64_msm $@
|
||||||
$(MAKE) -C authtokenclient_msi $@
|
$(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:
|
clean-local:
|
||||||
if [ -d lib ]; then rm -rf lib; fi
|
if [ -d lib ]; then rm -rf lib; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user