blob: e30d9e30738c8cc7e8be2e5b5bafe37e99901bd0 [file] [log] [blame]
sbin_PROGRAMS = phosphor-inventory
phosphor_inventory_SOURCES = \
app.cpp \
xyz.openbmc_project.Inventory.Manager.cpp \
generated.cpp \
manager.cpp
if EXAMPLE
noinst_LTLIBRARIES = libexample.la
libexample_la_SOURCES = \
xyz.openbmc_project.Example.Iface1.cpp \
xyz.openbmc_project.Example.Iface2.cpp
phosphor_inventory_LDADD = libexample.la
endif
phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS)
phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS)
SUBDIRS = test