diff --git a/examples/unloadAll/null/Makefile b/examples/unloadAll/null/Makefile index 83999ad..d11eee1 100644 --- a/examples/unloadAll/null/Makefile +++ b/examples/unloadAll/null/Makefile @@ -1,4 +1,4 @@ TEST= unloadAll/null -EXTRA_OBJS=Null.o Dep.o +EXTRA_OBJS=Dep.o Null.o TOP=../../.. include ../../build.mk