source: rtems/cpukit/telnetd/Makefile.am @ 04d418d

4.104.114.84.95
Last change on this file since 04d418d was 04d418d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/05 at 08:51:30

Include preinstall.am.

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