Changeset eceb300 in mainline for uspace/srv/audio/hound/Makefile


Ignore:
Timestamp:
2012-07-15T20:51:20Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50fa3f7
Parents:
a9aae16e
Message:

hound: Use libhound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/Makefile

    ra9aae16e receb300  
    3232EXTRA_CFLAGS = \
    3333        -DNAME="\"hound\"" \
    34         -I$(LIBDRV_PREFIX)/include
     34        -I$(LIBDRV_PREFIX)/include \
     35        -I$(LIBHOUND_PREFIX)/include
    3536
    3637LIBS = \
    37         $(LIBDRV_PREFIX)/libdrv.a
     38        $(LIBDRV_PREFIX)/libdrv.a \
     39        $(LIBHOUND_PREFIX)/libhound.a
    3840
    3941SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.