X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fshlibafsauthent%2FMakefile.in;h=1a6d4abc95416bf3c28086531258027bebd657c4;hp=a72ac8e1d96ffb875ca4a8696fcb99a1463510a2;hb=5740865dce2219de0826d72fe4f5bff70fadfdf3;hpb=a0e5dcbe59f948725f54788e8e6fee51d49ea8d1 diff --git a/src/shlibafsauthent/Makefile.in b/src/shlibafsauthent/Makefile.in index a72ac8e..1a6d4ab 100644 --- a/src/shlibafsauthent/Makefile.in +++ b/src/shlibafsauthent/Makefile.in @@ -15,10 +15,8 @@ LIBAFSAUTHENTMINOR=0 srcdir=@srcdir@ include @TOP_OBJDIR@/src/config/Makefile.config - CC=${MT_CC} -CFLAGS=-I. -I${srcdir} ${OPTMZ} ${DBG} -I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} ${MT_CFLAGS} ${SHLIB_CFLAGS} \ - -I../auth -I../kauth -I../ptserver -I../sys +CFLAGS=${COMMON_CFLAGS} ${MT_CFLAGS} ${SHLIB_CFLAGS} -I../auth -I../kauth -I../ptserver -I../sys CCRULE = ${CC} ${CFLAGS} -c $? AUDIT= ../audit @@ -55,6 +53,7 @@ KAUTHOBJS = \ read_passwd.o UBIKOBJS = \ + uinit.o \ ubikclient.o \ uerrors.o \ ubik_int.cs.o \ @@ -64,8 +63,9 @@ UTILOBJS = \ pthread_glock.o \ get_krbrlm.o \ dirpath.o \ - fileutil.o \ - casestrcpy.o + serverLog.o \ + snprintf.o \ + fileutil.o RXKADOBJS = \ rxkad_errs.o @@ -177,6 +177,9 @@ read_passwd.o: ${KAUTH}/read_passwd.c ubikclient.o: ${UBIK}/ubikclient.c ${CCRULE} +uinit.o: ${UBIK}/uinit.c + ${CCRULE} + uerrors.o: ${UBIK}/uerrors.c ${CCRULE} @@ -192,10 +195,13 @@ get_krbrlm.o: ${UTIL}/get_krbrlm.c dirpath.o: ${UTIL}/dirpath.c ${CCRULE} -fileutil.o: ${UTIL}/fileutil.c +serverLog.o: ${UTIL}/serverLog.c ${CCRULE} -casestrcpy.o: ${UTIL}/casestrcpy.c +snprintf.o: ${UTIL}/snprintf.c + ${CCRULE} + +fileutil.o: ${UTIL}/fileutil.c ${CCRULE} pthread_glock.o: ${UTIL}/pthread_glock.c