CASA-auth-token-client: more makefile changes

This commit is contained in:
soochoi 2007-01-03 05:42:55 +00:00
parent 96204153a8
commit 47c01f7e34
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
SUBDIRS = library package
DIST_SUBDIRS = include lib package
DIST_SUBDIRS = include library package
EXTRA_DIST = autogen.sh

View File

@ -127,7 +127,7 @@ ln -sf pwmech.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/CASA/authtoken/pwmech.so
ln -sf pwmech.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/CASA/authtoken/pwmech.so.1
# Others
install -m 644 lib/client.conf %{buildroot}/etc/CASA/authtoken/client/client.conf
install -m 644 library/client.conf %{buildroot}/etc/CASA/authtoken/client/client.conf
install -m 644 %{_lib}/%{cfg}/Krb5Authenticate.conf %{buildroot}/etc/CASA/authtoken/client/mechanisms/Krb5Authenticate.conf
install -m 644 %{_lib}/%{cfg}/PwdAuthenticate.conf %{buildroot}/etc/CASA/authtoken/client/mechanisms/PwdAuthenticate.conf