Changeset 2ea1779 in rtems
- Timestamp:
- 11/20/03 07:06:08 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 42f22f84
- Parents:
- 3da33bf8
- Location:
- cpukit/libfs
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/ChangeLog
r3da33bf8 r2ea1779 1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/dosfs/config.h: Remove. 4 * src/dosfs/Makefile.am: Remove config.h 5 AM_CPPFLAGS += -I$(top_builddir). 6 * src/imfs/config.h: Remove. 7 * src/imfs/Makefile.am: Remove config.h 8 AM_CPPFLAGS += -I$(top_builddir). 9 1 10 2003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 2 11 -
cpukit/libfs/src/dosfs/Makefile.am
r3da33bf8 r2ea1779 8 8 include $(top_srcdir)/automake/lib.am 9 9 10 noinst_HEADERS = config.h 11 noinst_HEADERS += fat.h 10 noinst_HEADERS = fat.h 12 11 12 AM_CPPFLAGS += -I$(top_builddir) 13 13 AM_CPPFLAGS += $(LIBC_DEFINES) 14 14 -
cpukit/libfs/src/imfs/Makefile.am
r3da33bf8 r2ea1779 27 27 OBJS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 28 28 29 noinst_HEADERS = config.h30 31 29 include_HEADERS = imfs.h 32 30 … … 35 33 include $(top_srcdir)/automake/lib.am 36 34 35 AM_CPPFLAGS += -I$(top_builddir) 37 36 AM_CPPFLAGS += $(LIBC_DEFINES) 38 37
Note: See TracChangeset
for help on using the changeset viewer.