Changeset fea9a7a in rtems for testsuites


Ignore:
Timestamp:
04/30/18 07:48:13 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
bf76d5fe
Parents:
c3bab73b
git-author:
Sebastian Huber <sebastian.huber@…> (04/30/18 07:48:13)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/02/18 07:56:48)
Message:

ftpfs: Always build FTP client

Move FTP client filesystem to separate library libftpfs.a.

Update #3419.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/libtests/Makefile.am

    rc3bab73b rfea9a7a  
    583583ftp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_ftp01) \
    584584        $(support_includes) -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
    585 ftp01_LDADD = -lftpd
     585ftp01_LDADD = -lftpd -lftpfs
    586586endif
    587587endif
Note: See TracChangeset for help on using the changeset viewer.