2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

sudoreplay depends on timestr.lo too; from Mike Frysinger

This commit is contained in:
Todd C. Miller 2011-10-07 16:09:48 -04:00
parent 063c6ee60a
commit fb49b16e4a

View File

@ -167,7 +167,7 @@ sudoers.la: $(SUDOERS_OBJS) $(LT_LIBS) libparsesudoers.la
visudo: libparsesudoers.la $(VISUDO_OBJS) $(LT_LIBS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libparsesudoers.la $(LIBS) $(NET_LIBS)
sudoreplay: $(REPLAY_OBJS) $(LT_LIBS)
sudoreplay: timestr.lo $(REPLAY_OBJS) $(LT_LIBS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(REPLAY_OBJS) $(LDFLAGS) timestr.lo $(REPLAY_LIBS) $(LIBS)
testsudoers: libparsesudoers.la $(TEST_OBJS) $(LT_LIBS)