Changeset 4b6635a7 in mainline for uspace/srv/volsrv/Makefile


Ignore:
Timestamp:
2015-10-12T15:42:23Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edebb4a1
Parents:
6a0db524
Message:

Volsrv empty partition detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/Makefile

    r6a0db524 r4b6635a7  
    2828
    2929USPACE_PREFIX = ../..
     30
     31LIBS = $(LIBBLOCK_PREFIX)/libblock.a
     32EXTRA_CFLAGS = -I $(LIBBLOCK_PREFIX)
     33
    3034BINARY = volsrv
    3135
    3236SOURCES = \
     37        empty.c \
    3338        part.c \
    3439        volsrv.c
Note: See TracChangeset for help on using the changeset viewer.