Skip to content

Commit

Permalink
wildcard zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-vii committed Apr 19, 2021
1 parent ab7883f commit 20a142a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,6 @@ AC_OUTPUT(
mdsshr/docs/Makefile
mdssql/Makefile
mdstcpip/Makefile
mdstcpip/zlib/Makefile
mdstcpip/docs/Makefile
mdstcpip/docs/img/Makefile
mdsvme/Makefile
Expand Down
15 changes: 2 additions & 13 deletions mdstcpip/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,8 @@ MKDIR_P=@MKDIR_P@
@MINGW_TRUE@ IMPLIB_MdsIpSrvShr=@MAKELIBDIR@MdsIpSrvShr.dll.a
@MINGW_TRUE@ WIN=.win

COMPRESSION_SOURCES = zlib/adler32.c \
zlib/compress.c \
zlib/deflate.c \
zlib/infblock.c \
zlib/infcodes.c \
zlib/inffast.c \
zlib/inflate.c \
zlib/inftrees.c \
zlib/infutil.c \
zlib/trees.c \
zlib/uncompr.c \
zlib/zutil.c
COMPRESSION_OBJECTS = $(COMPRESSION_SOURCES:.c=.o)
COMPRESSION_SOURCES = $(wildcard @srcdir@/zlib/*.c)
COMPRESSION_OBJECTS = $(COMPRESSION_SOURCES:@srcdir@/%.c=@builddir@/%.o)

COMPRESSION_SWITCH=

Expand Down
34 changes: 0 additions & 34 deletions mdstcpip/zlib/Makefile.am

This file was deleted.

0 comments on commit 20a142a

Please sign in to comment.