Changeset 241f1985 in mainline for uspace/srv/sysman/Makefile
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/Makefile
rf92b315 r241f1985 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBCONF_PREFIX)/libconf.a 32 EXTRA_CFLAGS += -I. \ 33 -I./units \ 34 -I$(LIBCONF_PREFIX)/include \ 35 -I$(LIBSYSMAN_PREFIX)/include 31 LIBS = conf sysman 32 EXTRA_CFLAGS = -I. -I./units 36 33 BINARY = sysman 37 34 STATIC_NEEDED = y
Note:
See TracChangeset
for help on using the changeset viewer.