foxygit / doom Log in
commit 3f45e0c828e6df45b91451fcebba8f5f611b2b28
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Feb 5 01:21:39 2017 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Feb 5 01:21:39 2017 -0500

    win32: Add cp-with-libs to dist.
---
 pkg/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 428bae8c..8553e5b9 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -22,6 +22,7 @@ osx/LauncherManager.m   osx/LauncherManager.h

 WIN32_FILES=                                                            \
 win32/GNUmakefile                                                       \
+win32/cp-with-libs                                                      \
 win32/README

 EXTRA_DIST=$(OSX_FILES) $(WIN32_FILES)