test: Use libmanager for integration testcase
Change-Id: I82d781923fc84e79262a5ffd2ff64488e777a076
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/test/Makefile.am b/test/Makefile.am
index 108a336..538d826 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -5,10 +5,4 @@
test.cpp
phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS)
phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
-phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
- ${top_builddir}/filters.o \
- ${top_builddir}/generated.o \
- ${top_builddir}/xyz.openbmc_project.Inventory.Manager.o
-if EXAMPLE
-phosphor_inventory_test_LDADD += ${top_builddir}/libexample.la
-endif
+phosphor_inventory_test_LDADD = ${top_builddir}/libmanager.la