summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-01-03 22:18:22 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-01-03 22:25:10 -0600
commit93b3476358fb19b61e8fa5c06d61b9f1007ace01 (patch)
treec69a755c7cbfd33cbdcd78e079d57f41e7557eb8 /Makefile.am
parent6df2225c5530f7941664e6e672048e8f744f7589 (diff)
downloadlibpng-93b3476358fb19b61e8fa5c06d61b9f1007ace01.tar.gz
[libpng16] Imported from libpng-1.6.28rc03.tarv1.6.28rc03
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 475f1b85c..fb209edd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
#
-# Copyright (c) 2004-2017 Glenn Randers-Pehrson
-# Last changed in libpng 1.6.28 [January 5, 2017]
+# Copyright (c) 2004-2016 Glenn Randers-Pehrson
+# Last changed in libpng 1.6.25 [September 1, 2016]
#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
@@ -102,11 +102,6 @@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += mips/mips_init.c\
mips/filter_msa_intrinsics.c
endif
-if PNG_INTEL_SSE
-libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += intel/intel_init.c\
- intel/filter_sse2_intrinsics.c
-endif
-
nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = pnglibconf.h
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined -export-dynamic \