Changes in uspace/lib/label/Makefile [372df8f:5772aa1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/Makefile
r372df8f r5772aa1 28 28 29 29 USPACE_PREFIX = ../.. 30 EXTRA_CFLAGS = -Iinclude -I$(LIBBLOCK_PREFIX)30 EXTRA_CFLAGS = -Iinclude 31 31 32 32 LIBRARY = liblabel … … 34 34 SOURCES = \ 35 35 src/dummy.c \ 36 src/empty.c \ 36 37 src/mbr.c \ 37 38 src/gpt.c \ 38 39 src/label.c 39 40 41 TEST_SOURCES = \ 42 test/main.c \ 43 test/label.c 44 40 45 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.