summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:57:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:57:31 +0000
commit55ae56bdd10c76c61e3a8e5c7cb19d1ec7dfcc2d (patch)
tree57117dc2011aacce89122f0ca5d4f1eaa8e25bb5 /cpukit/telnetd/Makefile.am
parent2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-55ae56bdd10c76c61e3a8e5c7cb19d1ec7dfcc2d.tar.bz2
Install libtelnetd.a.
Diffstat (limited to 'cpukit/telnetd/Makefile.am')
-rw-r--r--cpukit/telnetd/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index 95c4e442fb..b3e90f9b6f 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -4,7 +4,6 @@
include $(top_srcdir)/automake/compile.am
-noinst_LIBRARIES =
CLEANFILES =
DISTCLEANFILES =
@@ -12,7 +11,7 @@ if HAS_NETWORKING
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = pty.h telnetd.h
-noinst_LIBRARIES += libtelnetd.a
+project_lib_LIBRARIES = libtelnetd.a
libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif