Changes in uspace/lib/usbvirt/Makefile [3e4f2e0:e25a849] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/Makefile
r3e4f2e0 re25a849 30 30 LIBRARY = libusbvirt 31 31 32 EXTRA_CFLAGS = \ 33 -I$(LIBDRV_PREFIX)/include \ 34 -I$(LIBUSB_PREFIX)/include \ 35 -I$(LIBUSBDEV_PREFIX)/include \ 36 -Iinclude 32 EXTRA_CFLAGS = -I$(LIBUSB_PREFIX)/include -I$(LIBDRV_PREFIX)/include -Iinclude 37 33 38 34 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.