X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fshlibafsauthent%2FMakefile.in;h=ecc7c74a0dc8486776a807137417cbfe66899b74;hp=a72ac8e1d96ffb875ca4a8696fcb99a1463510a2;hb=d8e6630fffbbc6635c49c8c6d45a4550144e7f94;hpb=a0e5dcbe59f948725f54788e8e6fee51d49ea8d1 diff --git a/src/shlibafsauthent/Makefile.in b/src/shlibafsauthent/Makefile.in index a72ac8e..ecc7c74 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,7 @@ UTILOBJS = \ pthread_glock.o \ get_krbrlm.o \ dirpath.o \ - fileutil.o \ - casestrcpy.o + fileutil.o RXKADOBJS = \ rxkad_errs.o @@ -177,6 +175,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} @@ -195,9 +196,6 @@ dirpath.o: ${UTIL}/dirpath.c fileutil.o: ${UTIL}/fileutil.c ${CCRULE} -casestrcpy.o: ${UTIL}/casestrcpy.c - ${CCRULE} - pthread_glock.o: ${UTIL}/pthread_glock.c ${CCRULE}