source: rtems/cpukit/telnetd/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 418 bytes
RevLine 
[33a105fb]1##
2## $Id$
3##
4
[6a8e52d]5include $(top_srcdir)/automake/compile.am
[bd520203]6
[3fe615ba]7if LIBNETWORKING
[456733a5]8if LIBSHELL
[4078e82]9include_rtemsdir = $(includedir)/rtems
[b5bf8cd1]10include_rtems_HEADERS = pty.h telnetd.h passwd.h
[4078e82]11
[55ae56b]12project_lib_LIBRARIES = libtelnetd.a
[0a3c6d8]13libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c
[4f647b9]14libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
[4078e82]15endif
[456733a5]16endif
[bd520203]17
[633456e]18EXTRA_DIST = README
[bd520203]19
[04d418d]20include $(srcdir)/preinstall.am
[6a8e52d]21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.