Changeset da0fc5d in rtems
- Timestamp:
- 07/08/03 17:08:05 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 051c0b9
- Parents:
- 3ad34cad
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r3ad34cad rda0fc5d 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Merge-in librpc/configure.ac. 4 * Makefile.am: Add librpc to SUBDIRS. 5 Remove @subdirs@. 6 1 7 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/Makefile.am
r3ad34cad rda0fc5d 9 9 SUBDIRS = . include ada score rtems sapi posix itron 10 10 SUBDIRS += libcsupport libblock libfs 11 SUBDIRS += libnetworking 12 SUBDIRS += @subdirs@ 11 SUBDIRS += libnetworking librpc 13 12 SUBDIRS += libmisc 14 13 SUBDIRS += wrapup -
cpukit/configure.ac
r3ad34cad rda0fc5d 59 59 esac 60 60 AC_MSG_RESULT([$LIBRPC]) 61 AS_IF([test "$LIBRPC" = "yes"],62 [AC_CONFIG_SUBDIRS([librpc])63 ])64 61 ]) 65 62 … … 249 246 libnetworking/libc/Makefile 250 247 libnetworking/wrapup/Makefile 248 librpc/Makefile 249 librpc/include/Makefile 250 librpc/src/Makefile 251 librpc/src/xdr/Makefile 252 librpc/src/rpc/Makefile 251 253 libmisc/Makefile 252 254 libmisc/cpuuse/Makefile
Note: See TracChangeset
for help on using the changeset viewer.