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

if LIBNETWORKING
project_lib_LIBRARIES = libftpd.a

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

libftpd_a_SOURCES = ftpd.c ftpd.h
endif

include $(top_srcdir)/automake/local.am