initial commit of source materials

Initial commit of source materials packaged into separate repository.

Change-Id: I94f416202b1f45813d3f3984c3b8dc81410b59ff
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3cd6fff
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,10 @@
+AM_DEFAULT_SOURCE_EXT = .cpp
+
+libi2ccmdsdir = ${libdir}/ipmid-providers
+libi2ccmds_LTLIBRARIES = libi2ccmds.la
+libi2ccmds_la_SOURCES = i2c.cpp
+
+libi2ccmds_la_LDFLAGS = \
+                        -version-info 0:0:0 -shared
+
+libi2ccmds_la_CXXFLAGS =