summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
committerDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
commit35ba70cfd62a3e433857f28e69d8a11bc004d5d6 (patch)
tree7fae3ef5819840f7244ff89fcce0b41973270785
parent33f61b6c9aefaf380ab8b7635f7685ec88e392c0 (diff)
downloadlilv-35ba70cfd62a3e433857f28e69d8a11bc004d5d6.tar.gz
lilv-35ba70cfd62a3e433857f28e69d8a11bc004d5d6.tar.bz2
lilv-35ba70cfd62a3e433857f28e69d8a11bc004d5d6.zip
Move common files (e.g. waf) to /common subdirectory to ease checking out projects individually.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2583 a436a847-0d15-0410-975c-d299462d15a1
l---------INSTALL2
l---------autowaf.py2
l---------waf2
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