Changeset f3e9ad0 in rtems


Ignore:
Timestamp:
05/29/02 17:00:51 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8a79786
Parents:
7020377
Message:

2002-05-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
Location:
c/src/wrapup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/wrapup/ChangeLog

    r7020377 rf3e9ad0  
     12002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
     4
    152002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/wrapup/Makefile.am

    r7020377 rf3e9ad0  
    1414
    1515if HAS_NETWORKING
    16 LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a \
     16LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \
    1717    $(wildcard $(PROJECT_RELEASE)/lib/librpc$(LIB_VARIANT).a) \
    1818    $(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
Note: See TracChangeset for help on using the changeset viewer.