summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-01-14Adapt build system to allow building with GTK3Daniel P. Berrange1-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
2011-01-14Include ABI version in library names.Daniel P. Berrange1-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.
2011-01-13data: add spice-mime, and spicy.desktop - disabled for nowMarc-André Lureau1-1/+1
2011-01-04build: win32: package libgstdirectsoundsrc.dll as wellMarc-André Lureau1-0/+1
2010-12-30build: win32: add spicy-for-windows.exe scriptsMarc-André Lureau1-0/+14
2010-12-21update NEWS, fix distcheckMarc-André Lureau1-9/+12
2010-12-05gtk: first stab at gtk-doc documentationMarc-André Lureau1-2/+26
2010-11-25build: re-enable -Wflags, and fix a few warningsMarc-André Lureau1-1/+1
2010-11-25build: use git-version-genMarc-André Lureau1-1/+14
2010-11-24i18: add basic support - mark translatable spicy stringsMarc-André Lureau1-3/+11
2010-11-23Initial import from SPICEMarc-André Lureau1-0/+12