summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/Makefile.am
blob: 7051b368c31bc9e9d34c8388d9607c3f8a1b040b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(top_srcdir)/automake/compile.am

if LIBSHELL
project_lib_LIBRARIES = libtelnetd.a

$(PROJECT_LIB)/libtelnetd.a: libtelnetd.a
	$(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
TMPINSTALL_FILES = $(PROJECT_LIB)/libtelnetd.a

libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c telnetd-init.c
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif

include $(top_srcdir)/automake/local.am