forked from Imagelibrary/rtems
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/Makefile.am: Do not build nfsclient if no networking.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libfs/Makefile.am: Do not build nfsclient if no networking.
|
||||||
|
|
||||||
2008-09-18 Miao Yan <yanmiaobest@gmail.com>
|
2008-09-18 Miao Yan <yanmiaobest@gmail.com>
|
||||||
|
|
||||||
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_eval.c,
|
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_eval.c,
|
||||||
|
|||||||
@@ -6,7 +6,10 @@ include $(top_srcdir)/automake/multilib.am
|
|||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
# Pick up nfsclient
|
# Pick up nfsclient
|
||||||
SUBDIRS = src/nfsclient
|
if LIBNETWORKING
|
||||||
|
NFSCLIENT_SUBDIR= src/nfsclient
|
||||||
|
endif
|
||||||
|
SUBDIRS = $(NFSCLIENT_SUBDIR)
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
|||||||
Reference in New Issue
Block a user