source: rtems/testsuites/libtests/ftp01/Makefile.am @ 06d28d6

4.115
Last change on this file since 06d28d6 was 06d28d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/11 at 05:57:06

2011-12-09 Ralf Corsépius <ralf.corsepius@…>

  • ftp01/Makefile.am: Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
  • Property mode set to 100644
File size: 598 bytes
RevLine 
[2a6ed0aa]1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = ftp01
7ftp01_SOURCES = init.c
8ftp01_LDADD = -lftpd
9
10dist_rtems_tests_DATA = ftp01.scn
11dist_rtems_tests_DATA += ftp01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18AM_CPPFLAGS += -I$(top_srcdir)/termios04
19
[06d28d6]20LINK_OBJS = $(ftp01_OBJECTS) $(ftp01_LDADD)
[2a6ed0aa]21LINK_LIBS = $(ftp01_LDLIBS)
22
23ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES)
24        @rm -f ftp01$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.