Changeset 028b0ce in rtems


Ignore:
Timestamp:
09/14/18 14:12:19 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
b3ef89f9
Parents:
a2a71b5
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 14:12:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:54:43)
Message:

build: Merge mghttpd/Makefile.am

Location:
cpukit
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    ra2a71b5 r028b0ce  
    625625_SUBDIRS += telnetd
    626626_SUBDIRS += pppd
    627 _SUBDIRS += mghttpd
    628627
    629628project_lib_LIBRARIES += libftpd.a
     
    704703libnfs_a_SOURCES += libfs/src/nfsclient/src/xdr_mbuf.c
    705704
     705if HAS_PTHREADS
     706
     707project_lib_LIBRARIES += libmghttpd.a
     708
     709$(PROJECT_LIB)/libmghttpd.a: libmghttpd.a
     710        $(INSTALL_DATA) $< $(PROJECT_LIB)/libmghttpd.a
     711TMPINSTALL_FILES += $(PROJECT_LIB)/libmghttpd.a
     712
     713libmghttpd_a_SOURCES =
     714libmghttpd_a_SOURCES += mghttpd/mongoose.c
     715
     716endif
     717
    706718endif
    707719
  • cpukit/configure.ac

    ra2a71b5 r028b0ce  
    503503telnetd/Makefile
    504504pppd/Makefile
    505 mghttpd/Makefile
    506505wrapup/Makefile])
    507506
Note: See TracChangeset for help on using the changeset viewer.