forked from Imagelibrary/rtems
14 lines
222 B
Makefile
14 lines
222 B
Makefile
##
|
|
## $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
|