mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Install libtelnetd.a.
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
noinst_LIBRARIES =
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
DISTCLEANFILES =
|
||||||
|
|
||||||
@@ -12,7 +11,7 @@ if HAS_NETWORKING
|
|||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
include_rtems_HEADERS = pty.h telnetd.h
|
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_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
|
||||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user