Changeset f3e9ad0 in rtems
- Timestamp:
- 05/29/02 17:00:51 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8a79786
- Parents:
- 7020377
- Location:
- c/src/wrapup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/wrapup/ChangeLog
r7020377 rf3e9ad0 1 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Reflect moving libnetworking. Use libnetapps instead. 4 1 5 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/wrapup/Makefile.am
r7020377 rf3e9ad0 14 14 15 15 if HAS_NETWORKING 16 LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnet working$(LIB_VARIANT).a \16 LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \ 17 17 $(wildcard $(PROJECT_RELEASE)/lib/librpc$(LIB_VARIANT).a) \ 18 18 $(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
Note: See TracChangeset
for help on using the changeset viewer.