EventHandlerList.cs: Fix profile 1.x build by not using HandlerEntry.
[mono.git] / support / Makefile.am
index 8f7e90657616e378b8cc406d07b659188314c45c..f53fe0b14c2364d3d428795fc6cff9587b3fffa2 100644 (file)
@@ -57,6 +57,15 @@ MPH_SOURCE = $(MPH_C_SOURCE) $(MPH_UNIX_SOURCE)
 MPH_LIBS   = $(GLIB_LIBS)
 endif
 
+MINIZIP_SOURCE = \
+       minizip/crypt.h \
+       minizip/ioapi.c \
+       minizip/ioapi.h \
+       minizip/unzip.c \
+       minizip/unzip.h \
+       minizip/zip.c   \
+       minizip/zip.h
+
 ZLIB_SOURCES = \
        adler32.c       \
        compress.c      \
@@ -91,7 +100,8 @@ endif
 
 libMonoPosixHelper_la_SOURCES =                        \
        $(MPH_SOURCE)                           \
-       $(Z_SOURCE)
+       $(Z_SOURCE)                             \
+       $(MINIZIP_SOURCE)
 
 libMonoPosixHelper_la_LIBADD =                 \
        $(MPH_LIBS)                             \