From: Nathan Neulinger Date: Tue, 10 Dec 2002 15:49:52 +0000 (+0000) Subject: pam-no-system-include-path-20021210 X-Git-Tag: openafs-devel-1_3_50~471 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7e2fcac3c15811b1210d08f86b3d288c2d430a2c;p=packages%2Fo%2Fopenafs.git pam-no-system-include-path-20021210 breaks modern gcc. also, wrong. --- diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index 523071175..78563c4c7 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -24,8 +24,7 @@ LDFLAGS = ${SHLIB_LDFLAGS} SHOBJS = afs_account.o afs_session.o afs_password.o \ afs_pam_msg.o afs_message.o AFS_component_version_number.o OBJS = $(SHOBJS) test_pam.o -INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} \ - -I/usr/include -I/usr/include/sys +INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} CFLAGS = ${DEBUG} ${INCLUDES} ${PAM_CFLAGS} all: test_pam ${TOP_LIBDIR}/pam_afs.so.1 ${TOP_LIBDIR}/pam_afs.krb.so.1