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) | ||||
Brad Bishop | 898a7bb | 2016-10-31 13:26:44 -0500 | [diff] [blame] | 8 | phosphor_inventory_test_LDADD = ${top_builddir}/libmanager.la |