source: rtems/cpukit/ftpd/Makefile.am @ b799e4eb

4.115
Last change on this file since b799e4eb was 3fe615ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/18/06 at 02:28:35

Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).

  • Property mode set to 100644
File size: 222 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7if LIBNETWORKING
8project_lib_LIBRARIES = libftpd.a
9libftpd_a_SOURCES = ftpd.c ftpd.h
10endif
11
12include $(srcdir)/preinstall.am
13include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.