pam-no-system-include-path-20021210
authorNathan Neulinger <nneul@umr.edu>
Tue, 10 Dec 2002 15:49:52 +0000 (15:49 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 10 Dec 2002 15:49:52 +0000 (15:49 +0000)
breaks modern gcc. also, wrong.

src/pam/Makefile.in

index 5230711..78563c4 100644 (file)
@@ -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