summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove codegenMarc-André Lureau2016-03-101-13/+1
| | | | | | | | Codegen generates code specific to spice-common submodule. It's not meant as a generic protocol header or specification. See discussion and commits about spice-common codegen re-import. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
* build-sys: Use $datadir for .proto files/codegen scriptsChristophe Fergeau2015-10-021-1/+1
| | | | They are not arch-specific, so installing them in $libdir is not needed.
* build-sys: Make installed spice_codegen.py is executableChristophe Fergeau2015-08-101-1/+4
| | | | | | | Files listed as _DATA in Makefile.am are installed without the executable bit set, files listed as _SCRIPT do get the executable bit set. As spice_codegen.py is meant to be run by spice-protocol users, make sure this bit is set.
* build-sys: Make sure aclocal picks up macros in the m4/ dirChristophe Fergeau2015-08-071-0/+1
| | | | | | Older aclocal version needs to have ACLOCAL_FLAGS defined in Makefile.am in order to be able to pick up macros stored in m4/ in the source directory.
* build-sys: Make sure new files are dist'edChristophe Fergeau2015-08-071-1/+10
| | | | | | The just added .proto files and python code generation code need to be added to EXTRA_DIST in order to be distributed in tarballs, and we need to recurse in the new python_modules directory.
* build-sys: use git.mkMarc-André Lureau2012-03-191-2/+19
|
* place pkgconfig file in /usr/shareGerd Hoffmann2010-07-081-1/+1
|
* Add autoconf and pkg-config setupAlexander Larsson2010-02-041-0/+7