Changeset 3345b86 in mainline for uspace/lib/ext4/Makefile


Ignore:
Timestamp:
2017-05-10T17:42:12Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fcb0d76
Parents:
f066a87
Message:

Libext4 went the wrong direction with filename prefixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/Makefile

    rf066a87 r3345b86  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libext4
    31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBCRYPTO_PREFIX)
     31EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBCRYPTO_PREFIX) -Iinclude
    3232
    3333SOURCES = \
    34         libext4_balloc.c \
    35         libext4_bitmap.c \
    36         libext4_block_group.c \
    37         libext4_directory.c \
    38         libext4_directory_index.c \
    39         libext4_extent.c \
    40         libext4_filesystem.c \
    41         libext4_hash.c \
    42         libext4_ialloc.c \
    43         libext4_inode.c \
    44         libext4_superblock.c
     34        src/balloc.c \
     35        src/bitmap.c \
     36        src/block_group.c \
     37        src/directory.c \
     38        src/directory_index.c \
     39        src/extent.c \
     40        src/filesystem.c \
     41        src/hash.c \
     42        src/ialloc.c \
     43        src/inode.c \
     44        src/superblock.c
    4545
    4646include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.