source: rtems/cpukit/telnetd/Makefile.am @ ffe1a7d5

4.104.114.84.95
Last change on this file since ffe1a7d5 was 55ae56b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/05 at 01:57:31

Install libtelnetd.a.

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