droidVncServer/jni/libpng/scripts/libpng-config-head.in

25 lines
388 B
Plaintext
Raw Normal View History

2012-06-10 19:34:51 +01:00
#! /bin/sh
# libpng-config
# provides configuration info for libpng.
# Copyright (C) 2002 Glenn Randers-Pehrson
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
# Modeled after libxml-config.
2012-06-12 18:11:52 +01:00
version=1.5.10
2012-06-10 19:34:51 +01:00
prefix=""
libdir=""
libs=""
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""