Add sudo_noexec.la to "all" target, otherwise it only gets built

at install time.
This commit is contained in:
Todd C. Miller
2010-04-26 21:30:41 -04:00
parent 1abb3b7f57
commit c8733dbc6e

View File

@@ -85,7 +85,7 @@ SUDODEP = $(srcdir)/sudo.h $(incdir)/sudo_plugin.h $(incdir)/alloc.h \
$(incdir)/missing.h $(top_builddir)/pathnames.h \
$(top_builddir)/config.h
all: $(PROGS)
all: $(PROGS) sudo_noexec.la
.SUFFIXES: .o .c .h .l .y .man .cat .lo