Changeset 24312f34 in rtems


Ignore:
Timestamp:
09/14/18 17:51:38 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
640271f
Parents:
b3ef89f9
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 17:51:38)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:55:10)
Message:

build: Merge pppd/Makefile.am

Location:
cpukit
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    rb3ef89f9 r24312f34  
    845845_SUBDIRS += zlib
    846846_SUBDIRS += telnetd
    847 _SUBDIRS += pppd
    848847
    849848project_lib_LIBRARIES += libftpd.a
     
    924923libnfs_a_SOURCES += libfs/src/nfsclient/src/xdr_mbuf.c
    925924
     925project_lib_LIBRARIES += libpppd.a
     926
     927$(PROJECT_LIB)/libpppd.a: libpppd.a
     928        $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
     929TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a
     930
     931libpppd_a_SOURCES =
     932libpppd_a_SOURCES += pppd/auth.c
     933libpppd_a_SOURCES += pppd/ccp.c
     934libpppd_a_SOURCES += pppd/chap.c
     935libpppd_a_SOURCES += pppd/chap_ms.c
     936libpppd_a_SOURCES += pppd/chat.c
     937libpppd_a_SOURCES += pppd/demand.c
     938libpppd_a_SOURCES += pppd/fsm.c
     939libpppd_a_SOURCES += pppd/ipcp.c
     940libpppd_a_SOURCES += pppd/lcp.c
     941libpppd_a_SOURCES += pppd/magic.c
     942libpppd_a_SOURCES += pppd/options.c
     943libpppd_a_SOURCES += pppd/rtemsmain.c
     944libpppd_a_SOURCES += pppd/rtemspppd.c
     945libpppd_a_SOURCES += pppd/sys-rtems.c
     946libpppd_a_SOURCES += pppd/upap.c
     947libpppd_a_SOURCES += pppd/utils.c
     948
    926949if HAS_PTHREADS
    927950
  • cpukit/configure.ac

    rb3ef89f9 r24312f34  
    501501zlib/Makefile
    502502telnetd/Makefile
    503 pppd/Makefile
    504503wrapup/Makefile])
    505504
Note: See TracChangeset for help on using the changeset viewer.