Changeset 5772aa1 in mainline for uspace/srv/volsrv/Makefile


Ignore:
Timestamp:
2017-07-14T21:31:44Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f64c1e
Parents:
94c05b89
Message:

VBD needs to empty a newly created partition before exposing it to the volume server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/Makefile

    r94c05b89 r5772aa1  
    2929USPACE_PREFIX = ../..
    3030
    31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a
    32 EXTRA_CFLAGS = -I $(LIBBLOCK_PREFIX)
     31LIBS = \
     32        $(LIBLABEL_PREFIX)/liblabel.a \
     33        $(LIBBLOCK_PREFIX)/libblock.a
     34
     35EXTRA_CFLAGS = \
     36        -I$(LIBLABEL_PREFIX)/include \
     37        -I$(LIBBLOCK_PREFIX)
    3338
    3439BINARY = volsrv
Note: See TracChangeset for help on using the changeset viewer.