Changeset 4b6635a7 in mainline for uspace/srv/volsrv/Makefile
- Timestamp:
- 2015-10-12T15:42:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- edebb4a1
- Parents:
- 6a0db524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/Makefile
r6a0db524 r4b6635a7 28 28 29 29 USPACE_PREFIX = ../.. 30 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 32 EXTRA_CFLAGS = -I $(LIBBLOCK_PREFIX) 33 30 34 BINARY = volsrv 31 35 32 36 SOURCES = \ 37 empty.c \ 33 38 part.c \ 34 39 volsrv.c
Note:
See TracChangeset
for help on using the changeset viewer.