Changeset 0b2f26d in rtems
- Timestamp:
- 06/25/02 14:54:49 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ebe28f
- Parents:
- 411e387
- Location:
- c/src
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r411e387 r0b2f26d 1 2002-06-25 Joel Sherrill <joel@OARcorp.com> 2 3 * Per PR233, moved librpc to exec. Ralf will patch after move. 4 The patches associated with this PR are out of date. 5 * configure.ac, wrapup/Makefile.am: Modified. 6 * librpc, librpc/ChangeLog: Removed. 7 1 8 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/wrapup/Makefile.am
r411e387 r0b2f26d 15 15 if HAS_NETWORKING 16 16 LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \ 17 $(wildcard $(PROJECT_RELEASE)/lib/librpc$(LIB_VARIANT).a) \18 17 $(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a) 19 18 endif
Note: See TracChangeset
for help on using the changeset viewer.