diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 12:53:30 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-22 20:21:05 +0100 |
commit | c1e4e1be639d81119c7d7b35446e98f54775a353 (patch) | |
tree | af07ae420cd8874fbe620596f1be9ec80d798bf3 /.gitmodules | |
parent | feaee860768c0a815f0e2e98d6fd51e6fff4321f (diff) |
build-sys: make it a seperately buildable spice-common library
- autotoolize
- fix headers inclusion
- generate gitignores
- workaround serverSMARTCARD support with dirty hack...
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..f7de75d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "spice-protocol"] + path = spice-protocol + url = ../spice-protocol |