blob: 2c340eab2fac9e32f51f90e8595b715299e1b001 [file] [log] [blame]
Brad Bishop49aefb32016-10-19 11:54:14 -04001check_PROGRAMS = phosphor-inventory-test
2
3phosphor_inventory_test_SOURCES = \
4 test.cpp
5phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS)
6phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
7phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
Brad Bishopbf5aa9c2016-10-19 21:19:04 -04008 ${top_builddir}/filters.o \
Brad Bishop49aefb32016-10-19 11:54:14 -04009 ${top_builddir}/server.o