From 9ed16ed13a7b5640cff4c888efefd6356df46fd5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 27 Aug 2003 12:26:21 +0200 Subject: - added missing file vio_priv.h to source distribution --- vio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vio/Makefile.am') diff --git a/vio/Makefile.am b/vio/Makefile.am index ab8fac51ee7..56ab21e8922 100644 --- a/vio/Makefile.am +++ b/vio/Makefile.am @@ -18,7 +18,7 @@ INCLUDES= -I$(srcdir)/../include -I../include $(openssl_includes) LDADD= @CLIENT_EXTRA_LDFLAGS@ $(openssl_libs) pkglib_LIBRARIES= libvio.a noinst_PROGRAMS = test-ssl test-sslserver test-sslclient -noinst_HEADERS= +noinst_HEADERS= vio_priv.h test_ssl_SOURCES= test-ssl.c test_ssl_LDADD= @CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a \ ../mysys/libmysys.a ../strings/libmystrings.a \ -- cgit v1.2.1