summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/Makefile.am')
-rw-r--r--Build/source/libs/zlib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/zlib/Makefile.am b/Build/source/libs/zlib/Makefile.am
index ba95b313a06..756b285fa0c 100644
--- a/Build/source/libs/zlib/Makefile.am
+++ b/Build/source/libs/zlib/Makefile.am
@@ -1,6 +1,6 @@
## Proxy Makefile.am to build zlib for TeX Live.
##
-## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -71,8 +71,8 @@ endif build
LDADD = libz.a
-nodist_example_SOURCES = $(ZLIB_TREE)/example.c
-nodist_minigzip_SOURCES = $(ZLIB_TREE)/minigzip.c
+nodist_example_SOURCES = $(ZLIB_TREE)/test/example.c
+nodist_minigzip_SOURCES = $(ZLIB_TREE)/test/minigzip.c
zconf.h: $(ZLIB_TREE)/zconf.h.in config.status
echo '$(SHELL) ./config.status $@'