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

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-init.c

include $(top_srcdir)/automake/local.am