summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: make spice-controller.pc installation conditionalChristophe Fergeau2012-08-081-1/+4
| | | | It shouldn't be installed when controller support is disabled.
* build-sys: move codegen & proto to spice-commonMarc-André Lureau2012-03-251-23/+24
| | | | | | | | | | 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.
* build-sys: fix make distclean going twice in vapi dirMarc-André Lureau2012-03-201-3/+1
| | | | Don't use DIST_SUBDIRS, it's not needed anyway.
* build-sys: improve maintainer cleanMarc-André Lureau2012-03-201-1/+7
|
* Don't delete gtk-doc.make in distcleanDaniel P. Berrange2012-03-131-1/+1
| | | | | gtk-doc.make is created by autogen.sh, therefore it should not be deleted in distclean, only maintainerclean
* RFC: Use spice protocol as a submoduleMarc-André Lureau2012-02-221-0/+2
| | | | | | Spice protocol contains only headers. We would like to be able to use a protocol update without having to wait for the release, a git submodule works well for this purpose.
* Generate ChangeLog and ship it in the tarballMarc-André Lureau2012-01-151-1/+11
|
* Disable vala bindings unless --enable-vala is usedChristophe Fergeau2011-12-221-2/+14
| | | | | | | | | Currently, building vala bindings from a tarball is broken because spice-client-glib-2.0.deps is missing from the tarball. This commit adds it to EXTRA_DIST and also makes sure the vala bindings don't get built/installed unless --enable-vala has been passed to configure. This means vala must be installed to build the vala bindings from a tarball. Fixes fdo bug #44000.
* Revert previous vala-related commitsChristophe Fergeau2011-12-221-12/+2
| | | | | They were work in progress and not meant to be committed, apologies for the noise :-/
* Only install vala bindings when using --enable-valaChristophe Fergeau2011-12-221-1/+4
|
* build: ship vala files & fix make distcheckMarc-André Lureau2011-12-221-1/+8
| | | | | | | | | | | Disable usbredir, since it wants to install file in /. Disable vala for distcheck for 2 reasons: not needed after dist and binding build issue. Ship with spice-gtk-3.0 vala bindings https://bugs.freedesktop.org/show_bug.cgi?id=44000
* Add vapi bindings generationMarc-André Lureau2011-10-251-1/+1
|
* gtk/controller: install spice-controller libraryMarc-André Lureau2011-04-101-1/+4
|
* adding THANKSMarc-André Lureau2011-04-011-0/+1
|
* Adapt build system to allow building with GTK3Daniel P. Berrange2011-01-141-1/+1
| | | | | | | | | | | | | | | | | The new configure flag '--with-gtk' can be used to choose which GTK version to build against, defaulting to GTK2. To enable GTK3 use ./configure --with-gtk=3.0 The libspice-client-glib-2.0.la library is unchanged, building against glib-2.0 at all times. The GTK3 build will produce a libspice-client-gtk-3.0.la The include files will also live in $prefix/spice-client-gtk-3.0 and the pkgconfig is called spice-client-gtk-3.0 too. This allows for full parallel install of GTK2 and GTK3 builds
* Include ABI version in library names.Daniel P. Berrange2011-01-141-1/+1
| | | | | | | | | | | To allow easy parallel install of spice-gtk builds against GTK2 and GTK3, include the ABI version in the library names. libspice-gtk.la -> libspice-gtk-2.0.la libspice-glib.la -> libspice-glib-2.0.la The PyGtk module doesn't change because that is obsolete and unused in GTK3 world.
* data: add spice-mime, and spicy.desktop - disabled for nowMarc-André Lureau2011-01-131-1/+1
|
* build: win32: package libgstdirectsoundsrc.dll as wellMarc-André Lureau2011-01-041-0/+1
|
* build: win32: add spicy-for-windows.exe scriptsMarc-André Lureau2010-12-301-0/+14
|
* update NEWS, fix distcheckMarc-André Lureau2010-12-211-9/+12
|
* gtk: first stab at gtk-doc documentationMarc-André Lureau2010-12-051-2/+26
|
* build: re-enable -Wflags, and fix a few warningsMarc-André Lureau2010-11-251-1/+1
|
* build: use git-version-genMarc-André Lureau2010-11-251-1/+14
|
* i18: add basic support - mark translatable spicy stringsMarc-André Lureau2010-11-241-3/+11
|
* Initial import from SPICEMarc-André Lureau2010-11-231-0/+12