commit 2ef2b26e2b5e6d4f53d3a572c76ca73230b0fd47 parent e410642e101a9bcb068dd1f8d1bb5c327892a757 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 25 Sep 2012 15:06:31 +0000 -link png agaist libz Diffstat:
| M | src/plugins/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -520,7 +520,7 @@ libextractor_png_la_SOURCES = \ libextractor_png_la_LDFLAGS = \ $(PLUGINFLAGS) libextractor_png_la_LIBADD = \ - $(top_builddir)/src/common/libextractor_common.la $(XLIB) + $(top_builddir)/src/common/libextractor_common.la $(XLIB) -lz test_png_SOURCES = \ test_png.c