summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Drop GTK+ 2.0Marc-André Lureau2016-03-141-1/+1
| | | | | | | | | | Not so many systems require gtk+ 2.0 these days, let's move on. This drops the old python bindings (non-gir based), and the unsteady/experimental gtk2-only XShm support. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* Move gtk/ -> src/Marc-André Lureau2015-06-081-1/+1
| | | | | For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!
* Don't build libspice-client-gtk if configured --without-gtkBenjamin Gilbert2015-02-061-1/+4
| | | | | libspice-client-glib is useful as a client library on platforms that don't support GTK.
* build-sys: add some missing MAINTAINERCLEANFILESMarc-André Lureau2014-10-301-0/+2
|
* Add man pageChristophe Fergeau2014-04-081-1/+1
| | | | | Spice-GTK provides SPICE-specific command line options. This man page describes these options as well as the format of SPICE URIs.
* build-sys: Don't build tests when not building static libsChristophe Fergeau2014-02-201-1/+5
| | | | | | | The tests rely on static linking in order to get access to symbols which are not exported in spice-gtk shared libraries. When build of static libraries is disabled with --disable-static, we should not attempt to build the tests as this will result in link errors.
* tests: add some dos2unix testsMarc-André Lureau2013-08-241-1/+1
| | | | This is probably not exhaustive enough, but better than nothing.
* build-sys: generate THANKS at dist timeMarc-André Lureau2013-01-211-18/+11
|
* 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