summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-20 02:33:25 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-25 19:22:52 +0200
commit05a203af120016428eb1661ee060ea85e37b4c96 (patch)
treedbbf9bf3903895a5b7f06eb22db6308627376a23 /.gitmodules
parent6db275a422013a34247b805923f88b23db850ea1 (diff)
build-sys: move codegen & proto to spice-common
With this iteration, all the spice_codegen.py/proto/marshaller generation has been moved to spice-common. The spice-common directory will ship spice-protocol, since it's needed there too to build libspice-common. Again, make distcheck passes. Build with mingw & fedora linux.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 6981ae4..0c618ee 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "spice-protocol"]
- path = spice-protocol
- url = ../spice-protocol
-[submodule "common"]
- path = common
+[submodule "spice-common"]
+ path = spice-common
url = ../spice-common