blob: 0c1a9f7704ae26a0ebb2daf1fbcd01984f86415e [file] [log] [blame]
Brad Bishop73b776b2016-10-19 07:50:28 -04001sbin_PROGRAMS = phosphor-inventory
2
3phosphor_inventory_SOURCES = \
Brad Bishop49aefb32016-10-19 11:54:14 -04004 app.cpp \
Brad Bishopadc45662016-10-28 20:00:57 -05005 xyz.openbmc_project.Inventory.Manager.cpp \
Brad Bishop789cf832016-10-22 00:47:54 -04006 generated.cpp \
Brad Bishop49aefb32016-10-19 11:54:14 -04007 manager.cpp
8phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS)
9phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS)
10
11SUBDIRS = test