]> granicus.if.org Git - sudo/commitdiff
update depends
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 May 2012 20:57:06 +0000 (16:57 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 May 2012 20:57:06 +0000 (16:57 -0400)
Makefile.in
plugins/sudoers/Makefile.in
plugins/system_group/Makefile.in

index a6a76ad026623879d23a97cd4c39da65d77c88f5..1fbed4cd05b14762342247ca399ae6079ea2cb35 100644 (file)
@@ -132,12 +132,14 @@ depend: siglist.c
            $(srcdir)/compat/Makefile.in $(srcdir)/plugins/sample/Makefile.in \
            $(srcdir)/plugins/sample_group/Makefile.in \
            $(srcdir)/plugins/sudoers/Makefile.in \
+           $(srcdir)/plugins/system_group/Makefile.in \
            $(srcdir)/src/Makefile.in $(srcdir)/zlib/Makefile.in; \
        ./config.status --file $(srcdir)/common/Makefile \
            --file $(srcdir)/compat/Makefile \
            --file $(srcdir)/plugins/sample/Makefile \
            --file $(srcdir)/plugins/sample_group/Makefile \
            --file $(srcdir)/plugins/sudoers/Makefile \
+           --file $(srcdir)/plugins/system_group/Makefile \
            --file $(srcdir)/src/Makefile --file $(srcdir)/zlib/Makefile
 
 ChangeLog:
index ecf4fb5384c4adc96bc494d63e5487d77df3448e..8769d386c9716083219b61a354e40fd17f611b0b 100644 (file)
@@ -411,7 +411,8 @@ bsdauth.lo: $(authdir)/bsdauth.c $(top_builddir)/config.h $(srcdir)/sudoers.h \
             $(incdir)/sudo_plugin.h $(incdir)/sudo_debug.h $(incdir)/gettext.h
        $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(authdir)/bsdauth.c
 bsm_audit.lo: $(srcdir)/bsm_audit.c $(top_builddir)/config.h \
-              $(incdir)/gettext.h $(incdir)/sudo_debug.h $(srcdir)/bsm_audit.h
+              $(incdir)/gettext.h $(incdir)/error.h $(incdir)/sudo_debug.h \
+              $(srcdir)/bsm_audit.h
        $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(srcdir)/bsm_audit.c
 check.lo: $(srcdir)/check.c $(top_builddir)/config.h $(srcdir)/sudoers.h \
           $(top_srcdir)/compat/stdbool.h $(top_builddir)/pathnames.h \
index 9e37704731ef3e95c152471968ca67aa7954c94f..0146c20c67b5a71d8a962cb9481e34631590d322 100644 (file)
@@ -122,6 +122,6 @@ cleandir: realclean
 
 # Autogenerated dependencies, do not modify
 system_group.lo: $(srcdir)/system_group.c $(top_builddir)/config.h \
-                 $(top_srcdir)/compat/stdbool.h $(incdir)/sudo_plugin.h \
-                 $(incdir)/missing.h
+                 $(top_srcdir)/compat/stdbool.h $(top_srcdir)/compat/dlfcn.h \
+                 $(incdir)/sudo_plugin.h $(incdir)/missing.h
        $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(srcdir)/system_group.c