Changeset eceb300 in mainline for uspace/srv/audio/hound/Makefile
- Timestamp:
- 2012-07-15T20:51:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50fa3f7
- Parents:
- a9aae16e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/Makefile
ra9aae16e receb300 32 32 EXTRA_CFLAGS = \ 33 33 -DNAME="\"hound\"" \ 34 -I$(LIBDRV_PREFIX)/include 34 -I$(LIBDRV_PREFIX)/include \ 35 -I$(LIBHOUND_PREFIX)/include 35 36 36 37 LIBS = \ 37 $(LIBDRV_PREFIX)/libdrv.a 38 $(LIBDRV_PREFIX)/libdrv.a \ 39 $(LIBHOUND_PREFIX)/libhound.a 38 40 39 41 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.