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

if LIBNETWORKING
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
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
endif

EXTRA_DIST = README

include $(top_srcdir)/automake/local.am