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