Updated the changes file and fixed a problem in the make system.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user