Lines 24-31
Link Here
|
24 |
SHOBJS = afs_account.o afs_session.o afs_password.o \ |
24 |
SHOBJS = afs_account.o afs_session.o afs_password.o \ |
25 |
afs_pam_msg.o afs_message.o AFS_component_version_number.o |
25 |
afs_pam_msg.o afs_message.o AFS_component_version_number.o |
26 |
OBJS = $(SHOBJS) test_pam.o |
26 |
OBJS = $(SHOBJS) test_pam.o |
27 |
INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} \ |
27 |
INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} |
28 |
-I/usr/include -I/usr/include/sys |
|
|
29 |
CFLAGS = ${DEBUG} ${INCLUDES} ${PAM_CFLAGS} |
28 |
CFLAGS = ${DEBUG} ${INCLUDES} ${PAM_CFLAGS} |
30 |
|
29 |
|
31 |
all: test_pam ${TOP_LIBDIR}/pam_afs.so.1 ${TOP_LIBDIR}/pam_afs.krb.so.1 |
30 |
all: test_pam ${TOP_LIBDIR}/pam_afs.so.1 ${TOP_LIBDIR}/pam_afs.krb.so.1 |