From: Todd C. Miller Date: Wed, 26 Jun 1996 02:28:25 +0000 (+0000) Subject: added alloca.c X-Git-Tag: SUDO_1_5_0~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01d3bf08b9d4833d56e999a2c1dc98b0be19bb6a;p=sudo added alloca.c --- diff --git a/Makefile.in b/Makefile.in index 9cf8fe278..3642accbe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)