source: rtems/cpukit/telnetd/Makefile.am @ 0a3c6d8

4.115
Last change on this file since 0a3c6d8 was 0a3c6d8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/11 at 04:27:36

2011-12-10 Ralf Corsépius <ralf.corsepius@…>

PR 1985/cpukit

  • telnetd/Makefile.am: Remove icmds.c.
  • Property mode set to 100644
File size: 418 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7if LIBNETWORKING
8if LIBSHELL
9include_rtemsdir = $(includedir)/rtems
10include_rtems_HEADERS = pty.h telnetd.h passwd.h
11
12project_lib_LIBRARIES = libtelnetd.a
13libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c
14libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
15endif
16endif
17
18EXTRA_DIST = README
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.