diff options
author | Colin Walters <walters@verbum.org> | 2013-04-26 16:42:54 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-05-16 14:08:09 -0500 |
commit | 468c08511c86dac621bc63169c0e3bb6e2517a68 (patch) | |
tree | 571086f1b047cc6dfd533cf08e6592622bd1313b /.gitmodules | |
parent | cd091592016fce37473a108b02499a2748aa209a (diff) | |
download | NetworkManager-468c08511c86dac621bc63169c0e3bb6e2517a68.tar.gz |
core: add libgsystem as a git submodule
And change src/main.c to use the local allocation macros. This
results in much cleaner code, as one can see from the diff.
Because libgsystem is designed for nonrecursive make, it fits best in
the current recursive setup if we build . first. This will be a lot
nicer when we switch NM to a nonrecursive setup.
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 0000000000..e93bbea6db --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libgsystem"] + path = libgsystem + url = git://git.gnome.org/libgsystem |