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 | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 9 | ${top_builddir}/server.o |