diff --git a/MongoDB/samples/SQLToMongo/Makefile b/MongoDB/samples/SQLToMongo/Makefile index 918e7c8b1..934d487d1 100644 --- a/MongoDB/samples/SQLToMongo/Makefile +++ b/MongoDB/samples/SQLToMongo/Makefile @@ -12,6 +12,6 @@ objects = SQLToMongo target = SQLToMongo target_version = 1 -target_libs = PocoMongoDB PocoFoundation +target_libs = PocoMongoDB PocoNet PocoFoundation include $(POCO_BASE)/build/rules/exec