From 6940f50786236ebe62350d10d1a2e8032e9e0cc3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Apr 2002 22:17:14 +0000 Subject: 2001-04-04 Joel Sherrill * src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir). --- c/src/exec/libfs/src/dosfs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/exec/libfs/src') diff --git a/c/src/exec/libfs/src/dosfs/Makefile.am b/c/src/exec/libfs/src/dosfs/Makefile.am index 61cdb3b659..ad5e898689 100644 --- a/c/src/exec/libfs/src/dosfs/Makefile.am +++ b/c/src/exec/libfs/src/dosfs/Makefile.am @@ -26,8 +26,7 @@ C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -include_HEADERS = fat.h fat_fat_operations.h \ - fat_file.h msdos.h dosfs.h +include_HEADERS = dosfs.h H_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) -- cgit v1.2.3