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
This commit is contained in:
Matúš Kukan
2014-02-20 11:57:07 +01:00
parent 5f17e5eaad
commit ecf0dd03e9

View File

@@ -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 \