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