summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/Makefile.am
blob: db53ecace8c83dd4e8aa1aa02f4ebdbfce6c379c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

if HAS_NETWORKING
project_lib_LIBRARIES = libftpd.a
libftpd_a_SOURCES = ftpd.c ftpd.h
endif

all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)

include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am