1# Makefile.am for the Java SASL library
2# Rob Earhart
3#
4################################################################
5#        Copyright 1998 by Carnegie Mellon University
6#
7#                      All Rights Reserved
8#
9#Permission to use, copy, modify, and distribute this software and its
10#documentation for any purpose and without fee is hereby granted,
11#provided that the above copyright notice appear in all copies and that
12#both that copyright notice and this permission notice appear in
13#supporting documentation, and that the name of Carnegie Mellon University
14#not be used in advertising or publicity pertaining to distribution of the
15#software without specific, written prior permission.
16#
17#CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
18#SOFTWARE, INCLUDING #ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 
19#IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR ANY SPECIAL, 
20#INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 
21#LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22#OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23#PERFORMANCE OF THIS SOFTWARE.
24################################################################
25
26EXTRA_DIST = ServerHandler.java Handler.java jimtest.java testserver.java \
27	     jimtest-compile.sh jimtest.sh
28