win32-vd_agent/Makefile.am
Christophe Fergeau dec8f9d049 Revert "mingw: make sure unicode support is enabled"
This patch wasn't sent for review, and wasn't meant to be pushed
as part of the mingw series

This reverts commit 04e53efb31.
2012-03-01 16:57:36 +01:00

48 lines
1.0 KiB
Makefile

INCLUDES = \
-I$(top_srcdir)/common \
$(SPICE_PROTOCOL_CFLAGS)
bin_PROGRAMS = vdagent vdservice
vdagent_SOURCES = \
common/vdcommon.h \
common/vdlog.cpp \
common/vdlog.h \
vdagent/desktop_layout.cpp \
vdagent/desktop_layout.h \
vdagent/display_setting.cpp \
vdagent/display_setting.h \
vdagent/vdagent.cpp
vdservice_SOURCES = \
common/stdint.h \
common/vdcommon.h \
common/vdlog.cpp \
common/vdlog.h \
vdservice/vdservice.cpp \
vdservice/pci_vdi_port.cpp \
vdservice/pci_vdi_port.h \
vdservice/vdi_port.h \
vdservice/vdi_port.cpp \
vdservice/virtio_vdi_port.h \
vdservice/virtio_vdi_port.cpp
# -lversion is needed for the GetFileVersion* API which is used by
# vdlog.cpp
LIBS = -lversion
vdservice_LDADD = -lwtsapi32
vdagent_LDADD = $(CXIMAGE_LIBS)
vdagent_CXXFLAGS = $(CXIMAGE_CFLAGS)
EXTRA_DIST = \
tests/clipboard.py \
vdagent.sln \
vdagent/resource.h \
vdagent/vdagent.rc \
vdagent/vdagent.vcproj \
vdservice/vdservice.rc \
vdservice/vdservice.vcproj
-include $(top_srcdir)/git.mk