Changeset 8a84484 in mainline


Ignore:
Timestamp:
2013-12-31T21:15:51Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b973dc, 6da3ef46
Parents:
5c65e61
Message:

libdrv: Hide remote_* headers

Location:
uspace/lib/drv
Files:
1 edited
14 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/Makefile

    r5c65e61 r8a84484  
    2929
    3030USPACE_PREFIX = ../..
    31 EXTRA_CFLAGS = -Iinclude -I$(LIBUSB_PREFIX)/include -I$(LIBPCM_PREFIX)/include
     31EXTRA_CFLAGS = \
     32        -Iinclude \
     33        -Igeneric/private \
     34        -I$(LIBUSB_PREFIX)/include \
     35        -I$(LIBPCM_PREFIX)/include
    3236LIBRARY = libdrv
    3337
Note: See TracChangeset for help on using the changeset viewer.