/[inetutils]/inetutils/rlogin/Makefile.am
ViewVC logotype

Diff of /inetutils/rlogin/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by ams, Sat Jan 22 14:54:40 2005 UTC revision 1.13 by gray, Tue Oct 11 11:29:12 2005 UTC
# Line 1  Line 1 
1  AUTOMAKE_OPTIONS = ../ansi2knr  # Copyright (C) 2005 Free Software Foundation, Inc.
2    # This file is part of GNU Inetutils.
3    #
4    # GNU Inetutils 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)
7    # any later version.
8    #
9    # GNU Inetutils 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 PARTICULAR PURPOSE.  See the
12    # GNU General Public License for more details.
13    #
14    # You should have received a copy of the GNU General Public License
15    # along with GNU Inetutils; see the file COPYING.  If not, write
16    # to the Free Software Foundation, Inc., 51 Franklin Street,
17    # Fifth Floor, Boston, MA 02110-1301 USA.
18    
19  bin_PROGRAMS = @rlogin_BUILD@  bin_PROGRAMS = @rlogin_BUILD@
20    
# Line 8  rlogin_SOURCES = rlogin.c Line 24  rlogin_SOURCES = rlogin.c
24    
25  man_MANS = rlogin.1  man_MANS = rlogin.1
26    
27    INCLUDES = -I$(top_srcdir)/headers
28  LDADD = -L../lib -lgnu -L../libinetutils -linetutils $(LIBUTIL) @LIBCRYPT@ @LIBAUTH@  LDADD = -L../lib -lgnu -L../libinetutils -linetutils $(LIBUTIL) @LIBCRYPT@ @LIBAUTH@
29    
30  EXTRA_DIST = $(man_MANS)  EXTRA_DIST = $(man_MANS)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26