From f4d7fa5da157b710ed49515582f97887103f71b2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Jul 2010 17:44:23 +0000 Subject: Move common files (e.g. waf) to /common subdirectory to ease checking out projects individually. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2583 a436a847-0d15-0410-975c-d299462d15a1 --- INSTALL | 2 +- autowaf.py | 2 +- waf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 99d491b..03996bc 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -../INSTALL \ No newline at end of file +../common/INSTALL \ No newline at end of file diff --git a/autowaf.py b/autowaf.py index 4410d0d..71d20f6 120000 --- a/autowaf.py +++ b/autowaf.py @@ -1 +1 @@ -../autowaf.py \ No newline at end of file +../common/autowaf.py \ No newline at end of file diff --git a/waf b/waf index 9770e60..8506685 120000 --- a/waf +++ b/waf @@ -1 +1 @@ -../waf \ No newline at end of file +../common/waf \ No newline at end of file -- cgit v1.2.1