diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2020-03-11 20:53:27 +0000 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2020-04-01 12:30:38 +0100 |
commit | 5ed23e95ecb3a6eae638e1e210045587be4c77f3 (patch) | |
tree | eb505555abb456cd5397adff091b0f45628d9cc6 /.gitmodules | |
parent | cf5a336d9b0730e7075b4b511914b45933cdc431 (diff) |
spice-protocol: Update to get new message definitions
The EXTRA_DIST part in Makefile.am is needed as spice-protocol
removed support for Autoconf.
We don't need anymore "ignore=untracked" in the submodule as
we are not going to add or modify files anymore.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 46920ea..f946a4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "spice-protocol"] path = spice-protocol url = git://git.freedesktop.org/git/spice/spice-protocol.git - ignore=untracked |