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

include $(top_srcdir)/automake/compile.am

CLEANFILES =
DISTCLEANFILES =

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