diff options
author | David Robillard <d@drobilla.net> | 2019-04-21 23:03:42 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-21 23:03:42 +0200 |
commit | 5f667886ebd5aaae8ce03b5627e73e47b9321ba9 (patch) | |
tree | 75027937e2cf72d1283f96368fdea8d0faa1bb5f /.gitmodules | |
parent | 26425a93c7972c1d3cc98c3e7c89378a831e6e71 (diff) | |
download | suil-5f667886ebd5aaae8ce03b5627e73e47b9321ba9.tar.gz suil-5f667886ebd5aaae8ce03b5627e73e47b9321ba9.tar.bz2 suil-5f667886ebd5aaae8ce03b5627e73e47b9321ba9.zip |
Switch to using a submodule for autowaf
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85ade7e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "waflib"] + path = waflib + url = ../../drobilla/autowaf |