blob: b6e49b1ac3783cfc9691e6029830ff6ec6a1d693 [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
Brad Bishop64d994a2016-10-31 10:24:27 -05008
9if EXAMPLE
10noinst_LTLIBRARIES = libexample.la
11libexample_la_SOURCES = \
12 xyz.openbmc_project.Example.Iface1.cpp \
13 xyz.openbmc_project.Example.Iface2.cpp
14phosphor_inventory_LDADD = libexample.la
15endif
Brad Bishop49aefb32016-10-19 11:54:14 -040016phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS)
17phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS)
18
Brad Bishop74e52bc2016-10-31 13:12:04 -050019SUBDIRS = . test