summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-20 11:57:07 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-02-21 07:52:23 +0100
commitecf0dd03e93b2b048eb029f43ab206e6d5010af5 (patch)
treec06f723ddf469460f3c5e1c65af3b223779b16f9 /external
parent5f17e5eaad665337c7d8b7f05a61adc21d80a073 (diff)
Do not include pngtest in static png library.
Because it contains main function and creates unnecessary problems when experimenting with linking ~everything into one object. It's not mentioned in its tarball's Makefile.in with all the other source files and is not needed. Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d
Diffstat (limited to 'external')
-rw-r--r--external/libpng/StaticLibrary_png.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/libpng/StaticLibrary_png.mk b/external/libpng/StaticLibrary_png.mk
index 8759cafc0fa0..bad30a39157b 100644
--- a/external/libpng/StaticLibrary_png.mk
+++ b/external/libpng/StaticLibrary_png.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_StaticLibrary_add_generated_cobjects,png,\
UnpackedTarball/png/pngrtran \
UnpackedTarball/png/pngrutil \
UnpackedTarball/png/pngset \
- UnpackedTarball/png/pngtest \
UnpackedTarball/png/pngtrans \
UnpackedTarball/png/pngwio \
UnpackedTarball/png/pngwrite \