summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Learn to build spice-vdagent MSI installerMarc-André Lureau1-1/+22
2013-11-13Makefile.am: add INCLUDES to AM_CPPFLAGSUri Lublin1-3/+5
Fixes the following autoreconf (automake) warning: Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2013-11-13Makefile.am: tabifyUri Lublin1-2/+2
2013-11-13vdagent: add as_user to run tasks with user privilegesUri Lublin1-0/+2
The class calls Impersonate upon begin(), and Revert upon end() or destruction. The user is the current user that is logged in. create mode 100644 vdagent/as_user.cpp create mode 100644 vdagent/as_user.h
2013-06-27vdagent: add support for client -> guest file transfersArnon Gilboa1-0/+2
rhbz#956146
2013-04-24build-sys: fix mingw buildMarc-André Lureau1-0/+2
2012-12-09build-sys: remove *vdi_port* from Makefile.amArnon Gilboa1-6/+0
2012-11-15Fix mingw compilationChristophe Fergeau1-7/+7
This got broken with the recent code moves from vdservice to vdagent.
2012-10-31build-sys: Use git-version-genChristophe Fergeau1-0/+10
This gives much better version numbers when using git snapshots.
2012-10-01build-sys: Add missing file to EXTRA_DISTChristophe Fergeau1-0/+1
vdservice/resource.h was missing from generated tarballs, which later broke the build.
2012-10-01build-sys: Include spice-protocol in tarballsChristophe Fergeau1-0/+2
2012-06-21Add configure --enable-debugMarc-André Lureau1-1/+4
2012-06-08build-sys: statically build agentMarc-André Lureau1-3/+6
Fix build by default when using mingw (when more compiler are supported we could do case by case) Since we are statically building, strip resulting binary (we also use lto, whole-program but that doesn't seem to change much..)
2012-05-24build-sys: move back vdservice to consoleMarc-André Lureau1-1/+1
So we can use it from command line properly.. Sigh.. I wish they wouldn't make this useless distinction..
2012-05-24Use spice-protocol submoduleMarc-André Lureau1-1/+1
2012-05-24mingw: compile a non-console binaryMarc-André Lureau1-1/+2
Otherwise, a console dialog pops up
2012-05-24mingw: link with RC file to provide needed version informationMarc-André Lureau1-11/+27
2012-05-24Revert "Revert "mingw: make sure unicode support is enabled""Marc-André Lureau1-0/+1
This reverts commit dec8f9d049b884db2bf91c40478c832b4a4628fc.
2012-03-01Revert "mingw: make sure unicode support is enabled"Christophe Fergeau1-1/+0
This patch wasn't sent for review, and wasn't meant to be pushed as part of the mingw series This reverts commit 04e53efb312cdb1244b11e10f621fe8569c468f2.
2012-03-01mingw: make sure unicode support is enabledChristophe Fergeau1-0/+1
UNICODE and _UNICODE must be defined before including any mingw header for proper unicode support.
2012-03-01mingw: add Visual C++ files to EXTRA_DISTChristophe Fergeau1-0/+10
2012-03-01mingw: add autotools build systemChristophe Fergeau1-0/+37
This makes building with mingw much more convenient.