Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2008-11-06 18:11:24 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2008-11-06 18:11:24 +0300
commit1e9a8e5d9c52fc94ee71bce8d79150616c0b3c30 (patch)
tree4e1c3945ed63f0a5335796a734a5b20a9d09036c /support
parent9db7d170e87e2462302f9b36895101e9bdb39415 (diff)
2008-11-06 Alan McGovern <amcgovern@novell.com>
* Makefile.am: Missed out on a header file for minizip svn path=/trunk/mono/; revision=118112
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am9
2 files changed, 9 insertions, 4 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 17f8480c071..14e52753189 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,5 +1,9 @@
2008-11-06 Alan McGovern <amcgovern@novell.com>
+ * Makefile.am: Missed out on a header file for minizip
+
+2008-11-06 Alan McGovern <amcgovern@novell.com>
+
* minizip/minizip/miniunz.c :
* Makefile.am: Removed unnecessary file from build and svn.
diff --git a/support/Makefile.am b/support/Makefile.am
index d177f1d0f29..f53fe0b14c2 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -58,12 +58,13 @@ MPH_LIBS = $(GLIB_LIBS)
endif
MINIZIP_SOURCE = \
- minizip/zip.c \
- minizip/zip.h \
+ minizip/crypt.h \
+ minizip/ioapi.c \
+ minizip/ioapi.h \
minizip/unzip.c \
minizip/unzip.h \
- minizip/ioapi.c \
- minizip/ioapi.h
+ minizip/zip.c \
+ minizip/zip.h
ZLIB_SOURCES = \
adler32.c \