summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/Makefile.am
blob: 24a2815a97c772926bc91b331ee88f2bc715e624 (plain) (blame)
1
2
3
4
5
6
7
8
9
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