Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 1 | check_PROGRAMS = phosphor-inventory-test |
| 2 | |
| 3 | phosphor_inventory_test_SOURCES = \ |
| 4 | test.cpp |
| 5 | phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS) |
| 6 | phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS) |
| 7 | phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \ |
Brad Bishop | bf5aa9c | 2016-10-19 21:19:04 -0400 | [diff] [blame] | 8 | ${top_builddir}/filters.o \ |
Brad Bishop | 789cf83 | 2016-10-22 00:47:54 -0400 | [diff] [blame] | 9 | ${top_builddir}/generated.o \ |
Brad Bishop | adc4566 | 2016-10-28 20:00:57 -0500 | [diff] [blame] | 10 | ${top_builddir}/xyz.openbmc_project.Inventory.Manager.o |
Brad Bishop | 64d994a | 2016-10-31 10:24:27 -0500 | [diff] [blame] | 11 | if EXAMPLE |
| 12 | phosphor_inventory_test_LDADD += ${top_builddir}/libexample.la |
| 13 | endif |