diff options
author | Simon Howard | 2009-11-29 22:50:17 +0000 |
---|---|---|
committer | Simon Howard | 2009-11-29 22:50:17 +0000 |
commit | d27d3bb8b68f1e0f066a0749601ff32431325983 (patch) | |
tree | e198dd7990c34631edab55bc49b7c8388989ede5 /wince/Makefile.am | |
parent | c42cd2a30eea302c31676d9543eff6445843afd2 (diff) | |
download | chocolate-doom-d27d3bb8b68f1e0f066a0749601ff32431325983.tar.gz chocolate-doom-d27d3bb8b68f1e0f066a0749601ff32431325983.tar.bz2 chocolate-doom-d27d3bb8b68f1e0f066a0749601ff32431325983.zip |
Add other missing files to dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1743
Diffstat (limited to 'wince/Makefile.am')
-rw-r--r-- | wince/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wince/Makefile.am b/wince/Makefile.am index 476b9a67..c19471ca 100644 --- a/wince/Makefile.am +++ b/wince/Makefile.am @@ -4,6 +4,7 @@ noinst_LIBRARIES=libc_wince.a if WINDOWS_CE libc_wince_a_SOURCES = \ + libc_wince.h \ env.c env.h \ errno.c errno.h \ fileops.c fileops.h |