1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2003, 2005 Simon Josefsson.
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This file is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with Shishi; see the file COPYING. If not, write to the Free
16 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 EXTRA_DIST = $(man_MANS)
21 INCLUDES = -I../../lib
22 LDADD = ../../lib/libshishi.la
24 DEFS = -DSHISHI @DEFS@
26 bin_PROGRAMS = rlogin rsh
27 rlogin_SOURCES = rlogin.c
30 man_MANS = rlogin.1 rsh.1