source: rtems/cpukit/ftpd/Makefile.am @ 87b133a

4.104.114.84.95
Last change on this file since 87b133a was dbe8e519, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:19:28

Cleanups

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