diff --git a/config/module.mk b/config/module.mk index 2d9eace4d..ba902449a 100644 --- a/config/module.mk +++ b/config/module.mk @@ -74,6 +74,6 @@ clean:: clean-$(MODNAME) distclean:: distclean-$(MODNAME) $(DEPGEN_EXE): $(DEPGEN_OBJ) - $(CXX) -o $@ $^ + $(CXX) -o $@ $^ $(LDLIBS) ALLEXE += $(DEPGEN_EXE)