From: Mikko Rasa Date: Mon, 13 Jun 2011 14:17:05 +0000 (+0300) Subject: Fix the Build file so that io headers are installed X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=f081ec1e48acba34298b46d9fab4a7bbcd9bee7d;ds=sidebyside Fix the Build file so that io headers are installed --- diff --git a/Build b/Build index cdd83c4..740887b 100644 --- a/Build +++ b/Build @@ -55,7 +55,7 @@ package "mspcore" headers "msp/io" { - source "src/io"; + source "source/io"; install true; };