]> granicus.if.org Git - sudo/commitdiff
Clean up links in distclean
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Apr 2010 17:57:27 +0000 (13:57 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Apr 2010 17:57:27 +0000 (13:57 -0400)
plugins/sudoers/Makefile.in

index 9225f7b9ebb1b2c0ef0de5cc659531a56eb2e5a1..6614394bb3f941a4df3c5dc5d2e8e513fc798468 100644 (file)
@@ -115,6 +115,9 @@ REPLAY_OBJS = getdate.o sudoreplay.o term.o error.o
 
 TEST_OBJS = interfaces.o testsudoers.o tsgetgrpw.o error.o
 
+LINKS = alloc.c atobool.c audit.c error.c fileops.c fmt_string.c lbuf.c \
+       list.c term.c zero_bytes.c
+
 VERSION = @PACKAGE_VERSION@
 
 SUDODEP = $(srcdir)/sudoers.h $(incdir)/compat.h \
@@ -304,7 +307,7 @@ clean:
 mostlyclean: clean
 
 distclean: clean
-       -rm -rf Makefile sudoers.lo .libs
+       -rm -rf Makefile sudoers.lo .libs $(LINKS)
 
 clobber: distclean