diff options
author | Simon Howard | 2007-05-02 01:51:15 +0000 |
---|---|---|
committer | Simon Howard | 2007-05-02 01:51:15 +0000 |
commit | d3d5b27ce6830ee2c41256bef2c9b7fc041cfa04 (patch) | |
tree | 13a74df502f010831433b0bdf236d87d1eb41e7d | |
parent | 676481885ef24271dafd3a0cddc780c1916bcef4 (diff) | |
download | chocolate-doom-d3d5b27ce6830ee2c41256bef2c9b7fc041cfa04.tar.gz chocolate-doom-d3d5b27ce6830ee2c41256bef2c9b7fc041cfa04.tar.bz2 chocolate-doom-d3d5b27ce6830ee2c41256bef2c9b7fc041cfa04.zip |
Add missing files to dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 872
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02c88246..df63791b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,9 @@ AUX_DIST_GEN = \ MSVC_FILES= \ msvc/README \ - msvc/config.h + msvc/config.h \ + msvc/inttypes.h \ + msvc/stdint.h CODEBLOCKS_FILES= \ codeblocks/README \ |