Changeset afd4fc7 in mainline
- Timestamp:
- 2013-04-05T20:58:38Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c98bb28
- Parents:
- 19f6ea5b
- Location:
- uspace/lib/hound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/Makefile
r19f6ea5b rafd4fc7 28 28 29 29 USPACE_PREFIX = ../.. 30 EXTRA_CFLAGS = -Iinclude/hound -I $(LIBPCM_PREFIX)/include30 EXTRA_CFLAGS = -Iinclude/hound -Iinclude -I$(LIBPCM_PREFIX)/include 31 31 LIBRARY = libhound 32 32 -
uspace/lib/hound/include/hound/client.h
r19f6ea5b rafd4fc7 40 40 #include <stdbool.h> 41 41 #include <pcm/format.h> 42 #include <hound/protocol.h> 42 43 43 44 #define HOUND_DEFAULT_TARGET "default"
Note:
See TracChangeset
for help on using the changeset viewer.