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 | 789cf83 | 2016-10-22 00:47:54 -0400 | [diff] [blame] | 6 | generated.cpp \ |
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 7 | manager.cpp |
| 8 | phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS) |
| 9 | phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS) |
| 10 | |
| 11 | SUBDIRS = test |