From 2de2bec8416b1edb26467ba939d8d7bd31233b48 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 15 Mar 2002 18:55:09 +0000 Subject: 2002-03-14 Ralf Corsepius Reported and tracked as PR130. * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX. * wrapup/Makefile.am: Disable dosfs for UNIX. --- c/src/libfs/wrapup/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/libfs/wrapup/Makefile.am') diff --git a/c/src/libfs/wrapup/Makefile.am b/c/src/libfs/wrapup/Makefile.am index 13406dcb5f..c43d311850 100644 --- a/c/src/libfs/wrapup/Makefile.am +++ b/c/src/libfs/wrapup/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 LIBNAME = libfs LIB = $(ARCH)/$(LIBNAME).a @@ -13,7 +13,9 @@ include $(top_srcdir)/../../../automake/lib.am IMFSLIB = ../src/imfs/$(ARCH)/libimfs.a +if !UNIX DOSFSLIB = ../src/dosfs/$(ARCH)/libdosfs.a +endif TMP_LIBS = $(IMFSLIB) $(DOSFSLIB) -- cgit v1.2.3