2000-07-31 21:29:14 +02:00
|
|
|
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
2006-11-13 17:16:37 +01:00
|
|
|
#
|
2000-07-31 21:29:14 +02:00
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2006-12-23 20:17:15 +01:00
|
|
|
# the Free Software Foundation; version 2 of the License.
|
2006-11-13 17:16:37 +01:00
|
|
|
#
|
2000-07-31 21:29:14 +02:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2006-11-13 17:16:37 +01:00
|
|
|
#
|
2000-07-31 21:29:14 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
2006-11-13 17:16:37 +01:00
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
|
2006-06-06 13:21:07 +02:00
|
|
|
$(openssl_includes)
|
2006-11-13 17:16:37 +01:00
|
|
|
LDADD = @CLIENT_EXTRA_LDFLAGS@ $(openssl_libs) $(yassl_libs)
|
|
|
|
pkglib_LIBRARIES = libvio.a
|
|
|
|
|
|
|
|
noinst_HEADERS = vio_priv.h
|
|
|
|
|
|
|
|
libvio_a_SOURCES = vio.c viosocket.c viossl.c viosslfactories.c
|
|
|
|
|
2006-05-12 10:51:07 +02:00
|
|
|
EXTRA_DIST= CMakeLists.txt
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2000-08-18 11:48:00 +02:00
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|