forked from Imagelibrary/rtems
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in librpc/configure.ac. * Makefile.am: Add librpc to SUBDIRS. Remove @subdirs@.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Merge-in librpc/configure.ac.
|
||||||
|
* Makefile.am: Add librpc to SUBDIRS.
|
||||||
|
Remove @subdirs@.
|
||||||
|
|
||||||
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Merge-in libcsupport/configure.ac.
|
* configure.ac: Merge-in libcsupport/configure.ac.
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ include $(top_srcdir)/automake/multilib.am
|
|||||||
|
|
||||||
SUBDIRS = . include ada score rtems sapi posix itron
|
SUBDIRS = . include ada score rtems sapi posix itron
|
||||||
SUBDIRS += libcsupport libblock libfs
|
SUBDIRS += libcsupport libblock libfs
|
||||||
SUBDIRS += libnetworking
|
SUBDIRS += libnetworking librpc
|
||||||
SUBDIRS += @subdirs@
|
|
||||||
SUBDIRS += libmisc
|
SUBDIRS += libmisc
|
||||||
SUBDIRS += wrapup
|
SUBDIRS += wrapup
|
||||||
|
|
||||||
|
|||||||
@@ -58,9 +58,6 @@ AC_MSG_CHECKING([whether CPU supports librpc])
|
|||||||
* ) LIBRPC=yes;;
|
* ) LIBRPC=yes;;
|
||||||
esac
|
esac
|
||||||
AC_MSG_RESULT([$LIBRPC])
|
AC_MSG_RESULT([$LIBRPC])
|
||||||
AS_IF([test "$LIBRPC" = "yes"],
|
|
||||||
[AC_CONFIG_SUBDIRS([librpc])
|
|
||||||
])
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_ARG_ENABLE([ada],
|
AC_ARG_ENABLE([ada],
|
||||||
@@ -248,6 +245,11 @@ libnetworking/Makefile
|
|||||||
libnetworking/lib/Makefile
|
libnetworking/lib/Makefile
|
||||||
libnetworking/libc/Makefile
|
libnetworking/libc/Makefile
|
||||||
libnetworking/wrapup/Makefile
|
libnetworking/wrapup/Makefile
|
||||||
|
librpc/Makefile
|
||||||
|
librpc/include/Makefile
|
||||||
|
librpc/src/Makefile
|
||||||
|
librpc/src/xdr/Makefile
|
||||||
|
librpc/src/rpc/Makefile
|
||||||
libmisc/Makefile
|
libmisc/Makefile
|
||||||
libmisc/cpuuse/Makefile
|
libmisc/cpuuse/Makefile
|
||||||
libmisc/shell/Makefile
|
libmisc/shell/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user