Christophe Fergeau
dd63a3b656
build-sys: Remove code generation files from EXTRA_DIST
...
This breaks make distcheck otherwise since commit
7665dcf1 removed these files.
2015-08-14 15:54:14 +02:00
Frediano Ziglio
7665dcf1bb
Remove files moved to spice-protocol
...
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2015-08-11 10:26:06 +02:00
Christophe Fergeau
c48b0a0672
Remove spice-protocol submodule
...
spice-protocol is a separate project which is having releases, so there
is no need to have a private spice-protocol copy in each spice-common
user, especially as after installation, the system-wide spice-protocol
copy will be used instead of the private one the module was built
against.
2015-08-11 10:26:06 +02:00
Marc-André Lureau
c2adbb00dc
spice-common: don't install spice-protocol
...
Revert to usage of DIST_SUBDIRS to avoid make install under
spice-protocol. This is only possible since git.mk was fixed.
2012-08-09 12:44:41 +02:00
Marc-André Lureau
735e431671
build-sys: fix make distcheck
...
- don't try to overwrite read-only enums.h
- DIST_SUBDIRS is no longer needed
2012-07-16 17:35:08 +02:00
Alon Levy
d40a181a20
Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in root
2012-06-20 16:25:33 +03:00
Alon Levy
9dff18a399
Makefile.am: fix .gitignore not being generated in spice-protocol/spice
...
By adding spice-protocol to SUBDIRS configure and make will be called in it.
Spotted by Marc-André.
2012-06-20 16:25:33 +03:00
Marc-André Lureau
c1e4e1be63
build-sys: make it a seperately buildable spice-common library
...
- autotoolize
- fix headers inclusion
- generate gitignores
- workaround serverSMARTCARD support with dirty hack...
2012-03-22 20:21:05 +01:00