mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
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
|