Changeset bb154c6 in mainline for uspace/srv/sysman/Makefile
- Timestamp:
- 2019-08-03T08:15:25Z (6 years ago)
- Children:
- 09a8006
- Parents:
- 6006f35
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/Makefile
r6006f35 rbb154c6 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -I. -I./units 31 LIBS = $(LIBCONF_PREFIX)/libconf.a 32 EXTRA_CFLAGS += -I. -I./units -I$(LIBCONF_PREFIX)/include 32 33 BINARY = sysman 33 34 STATIC_NEEDED = y … … 41 42 unit.c \ 42 43 units/unit_cfg.c \ 43 units/unit_mnt.c \ 44 units/unit_tgt.c 44 units/unit_mnt.c \ 45 units/unit_tgt.c \ 46 util.c 45 47 46 48 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.