From 47c01f7e3440434a152341f7fabbb4363d2f03e1 Mon Sep 17 00:00:00 2001 From: soochoi Date: Wed, 3 Jan 2007 05:42:55 +0000 Subject: [PATCH] CASA-auth-token-client: more makefile changes --- CASA-auth-token/client/Makefile.am | 2 +- .../client/package/linux/CASA_auth_token_client.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CASA-auth-token/client/Makefile.am b/CASA-auth-token/client/Makefile.am index 043136c8..9cfc98ad 100644 --- a/CASA-auth-token/client/Makefile.am +++ b/CASA-auth-token/client/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = library package -DIST_SUBDIRS = include lib package +DIST_SUBDIRS = include library package EXTRA_DIST = autogen.sh diff --git a/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in b/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in index 7c6da51b..6b97c4ba 100644 --- a/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in +++ b/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in @@ -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