Skip to content

Commit

Permalink
agent/Makefile.in: Make libnetsnmpagent dependent on 'subdirs'
Browse files Browse the repository at this point in the history
See also #283 .
  • Loading branch information
bvanassche committed Apr 26, 2021
1 parent c576e7d commit ff98e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ getmibstat.o: mibgroup/kernel_sunos5.c
snmpd$(EXEEXT): ${LAGENTOBJS} $(USELIBS) $(AGENTLIB) $(HELPERLIB) $(MIBLIB) $(LIBTARG)
$(LINK) $(CFLAGS) -o $@ ${LAGENTOBJS} ${LDFLAGS} ${OUR_AGENT_LIBS}

libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VERSION): ${LLIBAGENTOBJS} $(USELIBS)
libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VERSION): ${LLIBAGENTOBJS} $(USELIBS) subdirs
$(LIB_LD_CMD) $(AGENTLIB) ${LLIBAGENTOBJS} $(USELIBS) ${LAGENTLIBS} @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) @AGENTLIBS@
$(RANLIB) $(AGENTLIB)

Expand Down

0 comments on commit ff98e62

Please sign in to comment.