Changeset c2a6983 in mainline for uspace/Makefile.common
- Timestamp:
- 2013-10-13T20:59:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12d6c98
- Parents:
- 820104d (diff), 39bcc99 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r820104d rc2a6983 131 131 132 132 LIBDRV_PREFIX = $(LIB_PREFIX)/drv 133 LIBHOUND_PREFIX = $(LIB_PREFIX)/hound 134 LIBPCM_PREFIX = $(LIB_PREFIX)/pcm 133 135 LIBNET_PREFIX = $(LIB_PREFIX)/net 134 136 LIBNIC_PREFIX = $(LIB_PREFIX)/nic … … 138 140 139 141 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 142 143 LIBHTTP_PREFIX = $(LIB_PREFIX)/http 144 LIBURI_PREFIX = $(LIB_PREFIX)/uri 140 145 141 146 ifeq ($(STATIC_NEEDED),y)
Note:
See TracChangeset
for help on using the changeset viewer.