]> granicus.if.org Git - sudo/commitdiff
add missing .h and .c files for missing lib objs
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2007 19:23:07 +0000 (19:23 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2007 19:23:07 +0000 (19:23 +0000)
Makefile.in

index 0d527832ebf3992e66e175f9afb08ac29a5d0e43..2445b5d772790265b0eee076c0395fb1c4bf1258 100644 (file)
@@ -101,12 +101,12 @@ PROGS = @PROGS@
 
 SRCS = alias.c alloc.c check.c closefrom.c def_data.c defaults.c env.c \
        error.c fileops.c find_path.c fnmatch.c getcwd.c getprogname.c \
-       getspwuid.c gettime.c goodpath.c gram.c gram.y interfaces.c lbuf.c \
-       ldap.c list.c logging.c match.c mkstemp.c memrchr.c parse.c pwutil.c  \
-       set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c strlcat.c \
-       strlcpy.c sudo.c sudo_noexec.c sudo_edit.c testsudoers.c tgetpass.c \
-       toke.c toke.l tsgetgrpw.c utimes.c visudo.c zero_bytes.c redblack.c \
-       $(AUTH_SRCS)
+       getspwuid.c gettime.c glob.c goodpath.c gram.c gram.y interfaces.c \
+       lbuf.c ldap.c list.c logging.c match.c mkstemp.c memrchr.c parse.c \
+       pwutil.c  set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c \
+       strlcat.c strlcpy.c sudo.c sudo_noexec.c sudo_edit.c testsudoers.c \
+       tgetpass.c toke.c toke.l tsgetgrpw.c utimes.c visudo.c zero_bytes.c \
+       redblack.c $(AUTH_SRCS)
 
 AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \
            auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \
@@ -116,7 +116,7 @@ AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \
 HDRS = compat.h def_data.h defaults.h error.h ins_2001.h ins_classic.h \
        ins_csops.h ins_goons.h insults.h interfaces.h lbuf.h list.h \
        logging.h parse.h sudo.h gram.h version.h auth/sudo_auth.h \
-       emul/fnmatch.h emul/utime.h redblack.h
+       emul/fnmatch.h emul/glob.h emul/timespec.h emul/utime.h redblack.h
 
 AUTH_OBJS = sudo_auth.o @AUTH_OBJS@