diff options
author | David Robillard <d@drobilla.net> | 2019-04-21 20:25:10 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-21 22:44:20 +0200 |
commit | 0a0eb91349101d6e73a1bd83491f7d4dc993723e (patch) | |
tree | f4cb9ea615c2d9435679e363559e9367eac9ab06 /.gitmodules | |
parent | f48f9d69a541d758dc9928c0c89eae46819e660f (diff) | |
download | ingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.tar.gz ingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.tar.bz2 ingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.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 00000000..0ebe4f28 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "waflib"] + path = waflib + url = ../autowaf |