summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_telnetd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:18:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:18:44 +0000
commit0335d03947f371c7b403426b1d945e51444c34e6 (patch)
tree454f24e51f653b27c5e25adc9e505bd6ea45d0e8 /c/src/libnetworking/rtems_telnetd/Makefile.am
parent2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0335d03947f371c7b403426b1d945e51444c34e6.tar.bz2
Remove
Diffstat (limited to 'c/src/libnetworking/rtems_telnetd/Makefile.am')
-rw-r--r--c/src/libnetworking/rtems_telnetd/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/libnetworking/rtems_telnetd/Makefile.am b/c/src/libnetworking/rtems_telnetd/Makefile.am
deleted file mode 100644
index 95c4e442fb..0000000000
--- a/c/src/libnetworking/rtems_telnetd/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/automake/compile.am
-
-noinst_LIBRARIES =
-CLEANFILES =
-DISTCLEANFILES =
-
-if HAS_NETWORKING
-include_rtemsdir = $(includedir)/rtems
-include_rtems_HEADERS = pty.h telnetd.h
-
-noinst_LIBRARIES += libtelnetd.a
-libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
-libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
-endif
-
-EXTRA_DIST = README
-
-all-local: $(PREINSTALL_FILES)
-
-include $(srcdir)/preinstall.am
-
-include $(top_srcdir)/automake/local.am