From bee4024ca2a8642b6e3ba4567860f43a54b8d405 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 22 Jul 2013 14:25:56 +0200 Subject: [PATCH] fixed Makefile --- MongoDB/samples/SQLToMongo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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