Changeset 49d819b4 in mainline for uspace/app/netstart/Makefile
- Timestamp:
- 2010-11-02T23:15:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ae3d6f
- Parents:
- e06ef614 (diff), d0d1f4f (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netstart/Makefile
re06ef614 r49d819b4 28 28 # 29 29 30 USPACE_PREFIX = ../.. /..30 USPACE_PREFIX = ../.. 31 31 LIBS = $(LIBNET_PREFIX)/libnet.a 32 32 EXTRA_CFLAGS = -I$(LIBNET_PREFIX)/include … … 35 35 36 36 SOURCES = \ 37 netstart.c \ 38 self_test.c 37 netstart.c 39 38 40 39 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.