From 9248139909ab9ca7fb1f6f4887dbc77868b97b81 Mon Sep 17 00:00:00 2001 From: sinkuu Date: Sat, 18 Oct 2014 14:47:21 +0900 Subject: [PATCH] Fix dub.json --- dub.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index ff26bbd..44bc442 100644 --- a/dub.json +++ b/dub.json @@ -5,6 +5,8 @@ "authors": ["Brian Schott"], "license" : "Boost Software License - Version 1.0", "targetType": "executable", - "sourcePaths": ["."], - "excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"], + "dependencies": { + "libdparse": { "path": "libdparse/" }, + "inifiled": { "path": "inifiled/" } + } }