source:
rtems/cpukit/ftpd/Makefile.am
@
4e97166
Last change on this file since 4e97166 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on Jan 12, 2006 at 9:57:43 AM | |
---|---|
|
|
File size: 223 bytes |
Line | |
---|---|
1 | ## |
2 | ## $Id$ |
3 | ## |
4 | |
5 | include $(top_srcdir)/automake/compile.am |
6 | |
7 | if HAS_NETWORKING |
8 | project_lib_LIBRARIES = libftpd.a |
9 | libftpd_a_SOURCES = ftpd.c ftpd.h |
10 | endif |
11 | |
12 | include $(srcdir)/preinstall.am |
13 | include $(top_srcdir)/automake/local.am |
Note: See TracBrowser
for help on using the repository browser.