Changes in uspace/lib/ext4/Makefile [81dd2ed:cecba66e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/Makefile
r81dd2ed rcecba66e 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libext4 31 EXTRA_CFLAGS = \ 32 -I$(LIBBLOCK_PREFIX) \ 33 -I$(LIBCRYPTO_PREFIX) \ 34 -I$(LIBFS_PREFIX) \ 35 -Iinclude 31 LIBS = block crypto fs 36 32 37 33 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.