Changeset f49638e in mainline for uspace/lib/ext4/Makefile


Ignore:
Timestamp:
2011-11-22T10:01:42Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8be96a0
Parents:
ebeaaa06
Message:

directory entry delete operation (without HTree index modification)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/Makefile

    rebeaaa06 rf49638e  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libext4
    31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
    32 LIBS = $(LIBBLOCK_PREFIX)/libblock.a
     31EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBPOSIX_PREFIX)
     32LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBPOSIX_PREFIX)/libposix.a
    3333
    3434SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.