diff --git a/library.mak b/library.mak index e269b509ce..f50e8e59ee 100644 --- a/library.mak +++ b/library.mak @@ -92,6 +92,7 @@ endef $(eval $(RULES)) $(EXAMPLES) $(TESTPROGS) $(TOOLS): $(THIS_LIB) $(DEP_LIBS) +$(TESTPROGS): $(SUBDIR)$(LIBNAME) examples: $(EXAMPLES) testprogs: $(TESTPROGS)