summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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