summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove files moved to spice-protocol"Marc-André Lureau2016-03-101-1/+9
| | | | | | | | | | | | | | | | This reverts commit 7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f. Also revert the related build-sys changes to fix the build. codegen generated code depends on spice-common code (marshaller, messages etc), it makes more sense to keep the generator along this. Otherwise a newer protocol release will fail to build older projects. *.proto files are required as well, since it generates code that parent modules depend on unconditionnaly. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
* Fix make distcheckMarc-André Lureau2015-11-251-1/+1
| | | | | | | Fix make distcheck both with standalone spice-common and with spice server. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
* build-sys: Remove code generation files from EXTRA_DISTChristophe Fergeau2015-08-141-8/+0
| | | | | This breaks make distcheck otherwise since commit 7665dcf1 removed these files.
* Remove files moved to spice-protocolFrediano Ziglio2015-08-111-1/+1
| | | | Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
* Remove spice-protocol submoduleChristophe Fergeau2015-08-111-1/+0
| | | | | | | | 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.
* spice-common: don't install spice-protocolMarc-André Lureau2012-08-091-1/+2
| | | | | Revert to usage of DIST_SUBDIRS to avoid make install under spice-protocol. This is only possible since git.mk was fixed.
* build-sys: fix make distcheckMarc-André Lureau2012-07-161-1/+0
| | | | | - don't try to overwrite read-only enums.h - DIST_SUBDIRS is no longer needed
* Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in ↵Alon Levy2012-06-201-0/+2
| | | | root
* Makefile.am: fix .gitignore not being generated in spice-protocol/spiceAlon Levy2012-06-201-1/+1
| | | | | | By adding spice-protocol to SUBDIRS configure and make will be called in it. Spotted by Marc-André.
* build-sys: make it a seperately buildable spice-common libraryMarc-André Lureau2012-03-221-0/+27
- autotoolize - fix headers inclusion - generate gitignores - workaround serverSMARTCARD support with dirty hack...