From 17a8bd807e4fbe6dfecbc7d8786d5fa93e352db5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 10 Jun 2010 16:10:17 -0400 Subject: [PATCH] Add dependency for utility programs on libreplace and libcommon --- plugins/sudoers/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 5061b4943..4f0dd87e2 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -148,13 +148,13 @@ libsudoers.la: $(LIBSUDOERS_OBJS) sudoers.la: $(SUDOERS_OBJS) libsudoers.la $(LIBTOOL) --tag=disable-static --mode=link $(CC) $(SUDOERS_LDFLAGS) -o $@ $(SUDOERS_OBJS) libsudoers.la $(SUDOERS_LIBS) -module -avoid-version -rpath $(plugindir) -visudo: libsudoers.la $(VISUDO_OBJS) +visudo: libsudoers.la $(VISUDO_OBJS) $(LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libsudoers.la $(LIBS) $(NET_LIBS) -sudoreplay: libsudoers.la $(REPLAY_OBJS) +sudoreplay: libsudoers.la $(REPLAY_OBJS) $(LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(REPLAY_OBJS) $(LDFLAGS) timestr.lo $(REPLAY_LIBS) $(LIBS) -testsudoers: $(TEST_OBJS) +testsudoers: $(TEST_OBJS) $(LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(TEST_OBJS) $(LDFLAGS) libsudoers.la $(LIBS) $(NET_LIBS) # Uncomment the following if you want "make distclean" to clean the parser