summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 22:17:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 22:17:14 +0000
commit6940f50786236ebe62350d10d1a2e8032e9e0cc3 (patch)
tree4f0d33d0c55f490781331d3c399969f139f6f40c /c/src/exec/libfs/src
parent2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6940f50786236ebe62350d10d1a2e8032e9e0cc3.tar.bz2
2001-04-04 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir).
Diffstat (limited to 'c/src/exec/libfs/src')
-rw-r--r--c/src/exec/libfs/src/dosfs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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)/%)