~ubuntu-branches/ubuntu/trusty/zlib/trusty

« back to all changes in this revision

Viewing changes to msdos/Makefile.emx

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
prefix=/usr/local
34
34
exec_prefix = $(prefix)
35
35
 
36
 
OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
37
 
       zutil.o inflate.o infback.o inftrees.o inffast.o
 
36
OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
 
37
       uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
38
38
 
39
39
TEST_OBJS = example.o minigzip.o
40
40