Changeset 765a1f06 in rtems
- Timestamp:
- 06/26/02 17:00:34 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6186657a
- Parents:
- d6c6c26f
- Location:
- c/src/wrapup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/wrapup/ChangeLog
rd6c6c26f r765a1f06 1 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Pickup libnetapps.a from build directory. 4 1 5 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/wrapup/Makefile.am
rd6c6c26f r765a1f06 14 14 15 15 if HAS_NETWORKING 16 LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a16 LIBNETWORKING = ../libnetworking/wrapup/$(ARCH)/libnetapps.a 17 17 endif 18 18
Note: See TracChangeset
for help on using the changeset viewer.