blob: f40f143752fc28792ad504073021251239039613 [file] [log] [blame]
Brad Bishop49aefb32016-10-19 11:54:14 -04001check_PROGRAMS = phosphor-inventory-test
2
3phosphor_inventory_test_SOURCES = \
4 test.cpp
5phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS)
6phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
7phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
Brad Bishopbf5aa9c2016-10-19 21:19:04 -04008 ${top_builddir}/filters.o \
Brad Bishop789cf832016-10-22 00:47:54 -04009 ${top_builddir}/generated.o \
Brad Bishopadc45662016-10-28 20:00:57 -050010 ${top_builddir}/xyz.openbmc_project.Inventory.Manager.o
Brad Bishop64d994a2016-10-31 10:24:27 -050011if EXAMPLE
12phosphor_inventory_test_LDADD += ${top_builddir}/libexample.la
13endif