diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-05 21:21:27 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-05 21:21:27 +0200 |
commit | 094b1b09a531f0d201ec81f2b07346a995fd80b9 (patch) | |
tree | 0140fb8b9e955484f85692df226ad9f5e3d1ad07 | |
parent | Added initial experimental makefile for use with MinGW. (diff) | |
download | xz-094b1b09a531f0d201ec81f2b07346a995fd80b9.tar.xz |
Add the "windows" directory to EXTRA_DIST.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8342ebb3..507fe333 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ Doxyfile.in \ extra \ doc \ + windows \ COPYING.GPLv2 \ COPYING.GPLv3 \ COPYING.LGPLv2.1 |