Add manager interface server binding

Eventually any DBus interfaces in phosphor-dbus-interfaces will
have bindings generated and available in a shared library.

Add the generated Manager interface directly to the repository until
that happens.

Change-Id: I9e1ac3266ca6467bbddbbd12ed2d2de6c079765b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/test/Makefile.am b/test/Makefile.am
index 2c340ea..48d2bb5 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -6,4 +6,4 @@
 phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
 phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
 				${top_builddir}/filters.o \
-				${top_builddir}/server.o
+				${top_builddir}/xyz.openbmc_project.Inventory.Manager.o