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