Changeset 690718ab in rtems


Ignore:
Timestamp:
09/13/18 04:35:03 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
8fb3443
Parents:
60c4ba1
git-author:
Sebastian Huber <sebastian.huber@…> (09/13/18 04:35:03)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/09/18 11:26:47)
Message:

build: Merge ftpd/Makefile.am

Location:
cpukit
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r60c4ba1 r690718ab  
    33include $(top_srcdir)/automake/compile.am
    44include $(top_srcdir)/automake/multilib.am
     5
     6project_lib_LIBRARIES =
     7TMPINSTALL_FILES =
    58
    69noinst_LIBRARIES = libcpukit.a
     
    111114# other libraries
    112115_SUBDIRS += zlib
    113 _SUBDIRS += ftpd
    114116_SUBDIRS += telnetd
    115117_SUBDIRS += pppd
    116118_SUBDIRS += mghttpd
    117119
     120project_lib_LIBRARIES += libftpd.a
     121
     122$(PROJECT_LIB)/libftpd.a: libftpd.a
     123        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
     124TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
     125
     126libftpd_a_SOURCES =
     127libftpd_a_SOURCES += ftpd/ftpd.c
     128libftpd_a_SOURCES += ftpd/ftpd-init.c
     129
    118130include $(top_srcdir)/automake/subdirs.am
    119131include $(top_srcdir)/automake/local.am
  • cpukit/configure.ac

    r60c4ba1 r690718ab  
    516516libdebugger/Makefile
    517517zlib/Makefile
    518 ftpd/Makefile
    519518telnetd/Makefile
    520519pppd/Makefile
Note: See TracChangeset for help on using the changeset viewer.