source: rtems/cpukit/telnetd/Makefile.am @ 68e1ccc4

5
Last change on this file since 68e1ccc4 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

  • Property mode set to 100644
File size: 353 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3if LIBSHELL
4project_lib_LIBRARIES = libtelnetd.a
5
6$(PROJECT_LIB)/libtelnetd.a: libtelnetd.a
7        $(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
8TMPINSTALL_FILES = $(PROJECT_LIB)/libtelnetd.a
9
10libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c telnetd-init.c
11endif
12
13include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.