]> granicus.if.org Git - sudo/commitdiff
added alloca.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Jun 1996 02:28:25 +0000 (02:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Jun 1996 02:28:25 +0000 (02:28 +0000)
Makefile.in

index 9cf8fe278b8107336bdb93112a8e6aed25fe8b4d..3642accbe9a06ef92226f32483fcbf3e0ccc1aad 100644 (file)
@@ -107,7 +107,7 @@ VISUDOBJS = visudo.o
 
 TESTOBJS = interfaces.o testsudoers.o
 
-LIBOBJS = @LIBOBJS@
+LIBOBJS = @LIBOBJS@ @ALLOCA@
 
 HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h
@@ -121,7 +121,7 @@ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
            emul/search.h emul/utime.h utime.c emul/fnmatch.h fnmatch.c \
            fnmatch.3 testsudoers.c sudoers sample.sudoers sudo.pod sudo.man \
            sudo.cat visudo.pod visudo.man visudo.cat sudoers.pod sudoers.man \
-           sudoers.cat lex.yy.c sudo-lex.yy.c dce_pwent.c
+           sudoers.cat lex.yy.c sudo-lex.yy.c dce_pwent.c alloca.c
 
 all: $(PROGS)