source: rtems/cpukit/telnetd/Makefile.am @ 72b5f2e4

4.104.115
Last change on this file since 72b5f2e4 was b5bf8cd1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/07 at 21:35:10

2007-09-24 Joel Sherrill <joel.sherrill@…>

PR 1262/filesystem

  • libcsupport/Makefile.am, libnetworking/libc/herror.c, libnetworking/libc/res_send.c, libnetworking/sys/uio.h, telnetd/Makefile.am, telnetd/README, telnetd/preinstall.am, telnetd/pty.c, telnetd/telnetd.c: Add support for readv() and writev() including documentation and test case.
  • libcsupport/src/readv.c, libcsupport/src/writev.c: New files.
  • Property mode set to 100644
File size: 426 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 icmds.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.