diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-02-23 22:38:30 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-02-23 22:38:30 +0100 |
commit | 2245fd9f825c496364bbc3674b8f41fbf27469da (patch) | |
tree | 80585392c970afff4206bdbcb0966b83f517ca3a | |
parent | af892472c11857ed47c562902d13825556e29d40 (diff) |
mingw: add Visual C++ files to EXTRA_DISTmingw
-rw-r--r-- | Makefile.am | 10 |
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 |