core: add libgsystem as a git submodule
authorColin Walters <walters@verbum.org>
Fri, 26 Apr 2013 20:42:54 +0000 (16:42 -0400)
committerDan Williams <dcbw@redhat.com>
Thu, 16 May 2013 19:08:09 +0000 (14:08 -0500)
commit468c08511c86dac621bc63169c0e3bb6e2517a68
tree571086f1b047cc6dfd533cf08e6592622bd1313b
parentcd091592016fce37473a108b02499a2748aa209a
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.
.gitmodules [new file with mode: 0644]
Makefile.am
autogen.sh
libgsystem [new submodule]
src/Makefile.am
src/main.c