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

include $(top_srcdir)/automake/compile.am

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

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