Changeset 102d400 in mainline
- Timestamp:
- 2011-02-24T10:38:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8e1aae
- Parents:
- ad34feb
- Location:
- uspace/lib/ext2
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/Makefile
rad34feb r102d400 38 38 libext2_superblock.c \ 39 39 libext2_block_group.c \ 40 libext2_inode.c 40 libext2_inode.c \ 41 libext2_directory.c 41 42 42 43 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/ext2/libext2.h
rad34feb r102d400 41 41 #include "libext2_inode.h" 42 42 #include "libext2_filesystem.h" 43 #include "libext2_directory.h" 43 44 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.