Skip to content

Commit

Permalink
link depgen.x with LDLIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 8, 2016
1 parent 857c51b commit a00394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.mk
Expand Up @@ -74,6 +74,6 @@ clean:: clean-$(MODNAME)
distclean:: distclean-$(MODNAME)

$(DEPGEN_EXE): $(DEPGEN_OBJ)
$(CXX) -o $@ $^
$(CXX) -o $@ $^ $(LDLIBS)

ALLEXE += $(DEPGEN_EXE)

0 comments on commit a00394f

Please sign in to comment.