2001-04-04 Joel Sherrill <joel@OARcorp.com>

* src/dosfs/Makefile.am: Per PR129 do not install as many files
	to the $(includedir).
This commit is contained in:
Joel Sherrill
2002-04-04 22:17:14 +00:00
parent 55f4d3d456
commit 6940f50786
6 changed files with 18 additions and 6 deletions

View File

@@ -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>.

View File

@@ -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)/%)

View File

@@ -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>.

View File

@@ -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)/%)