summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/libfs/ChangeLog5
-rw-r--r--c/src/exec/libfs/src/dosfs/Makefile.am3
-rw-r--r--c/src/libfs/ChangeLog5
-rw-r--r--c/src/libfs/src/dosfs/Makefile.am3
-rw-r--r--cpukit/libfs/ChangeLog5
-rw-r--r--cpukit/libfs/src/dosfs/Makefile.am3
6 files changed, 18 insertions, 6 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index 6b55b6ccae..af33106b30 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/Makefile.am: Per PR129 do not install as many files
+ to the $(includedir).
+
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>.
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)/%)
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index 6b55b6ccae..af33106b30 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/libfs/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/Makefile.am: Per PR129 do not install as many files
+ to the $(includedir).
+
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>.
diff --git a/c/src/libfs/src/dosfs/Makefile.am b/c/src/libfs/src/dosfs/Makefile.am
index 61cdb3b659..ad5e898689 100644
--- a/c/src/libfs/src/dosfs/Makefile.am
+++ b/c/src/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)/%)
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 6b55b6ccae..af33106b30 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/Makefile.am: Per PR129 do not install as many files
+ to the $(includedir).
+
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>.
diff --git a/cpukit/libfs/src/dosfs/Makefile.am b/cpukit/libfs/src/dosfs/Makefile.am
index 61cdb3b659..ad5e898689 100644
--- a/cpukit/libfs/src/dosfs/Makefile.am
+++ b/cpukit/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)/%)