Changeset 36bca8eb in mainline for uspace/lib/ext2/Makefile


Ignore:
Timestamp:
2011-02-13T18:55:00Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e272949
Parents:
d5e2763
Message:

Add some more superblock members and function to read a superblock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/Makefile

    rd5e2763 r36bca8eb  
    3131USPACE_PREFIX = ../..
    3232LIBRARY = libext2
     33EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
    3334
    3435SOURCES = \
    35         libext2.c
     36        libext2_filesystem.c \
     37        libext2_superblock.c
    3638
    3739include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.