summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-02-23 22:38:30 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-02-23 22:38:30 +0100
commit2245fd9f825c496364bbc3674b8f41fbf27469da (patch)
tree80585392c970afff4206bdbcb0966b83f517ca3a
parentaf892472c11857ed47c562902d13825556e29d40 (diff)
mingw: add Visual C++ files to EXTRA_DISTmingw
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0aa0328..cf514f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,4 +34,14 @@ 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