Brad Bishop | 73b776b | 2016-10-19 07:50:28 -0400 | [diff] [blame] | 1 | sbin_PROGRAMS = phosphor-inventory |
2 | |||||
3 | phosphor_inventory_SOURCES = \ | ||||
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 4 | app.cpp \ |
Brad Bishop | adc4566 | 2016-10-28 20:00:57 -0500 | [diff] [blame] | 5 | xyz.openbmc_project.Inventory.Manager.cpp \ |
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 6 | manager.cpp |
7 | phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS) | ||||
8 | phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS) | ||||
9 | |||||
10 | SUBDIRS = test |