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


Ignore:
Timestamp:
2012-07-17T08:26:49Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6bba8f
Parents:
950110ee
Message:

Create libpcm.

Move pcm related functions and definitions there.
Make other stuff use this library.
Rename most of it on the way.

File:
1 edited

Legend:

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

    r950110ee rea6c838  
    3333        -DNAME="\"hound\"" \
    3434        -I$(LIBDRV_PREFIX)/include \
    35         -I$(LIBHOUND_PREFIX)/include
     35        -I$(LIBHOUND_PREFIX)/include \
     36        -I$(LIBPCM_PREFIX)/include
    3637
    3738LIBS = \
    3839        $(LIBDRV_PREFIX)/libdrv.a \
    39         $(LIBHOUND_PREFIX)/libhound.a
     40        $(LIBHOUND_PREFIX)/libhound.a \
     41        $(LIBPCM_PREFIX)/libpcm.a
    4042
    4143SOURCES = \
    4244        audio_client.c \
    4345        audio_device.c \
    44         audio_format.c \
    4546        audio_sink.c \
    4647        audio_source.c \
Note: See TracChangeset for help on using the changeset viewer.