Initial Project Files
This adds the initial autotools scripts and some placeholder c++ files
so that the builder is happy.
Tested:
Built and run through the unit test script.
Change-Id: Ie7e7e062726761aad54b77e1c55fcb1ba91afd49
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..de5de8d
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,8 @@
+nobase_include_HEADERS =
+pkgconfig_DATA = stdplus.pc
+lib_LTLIBRARIES = libstdplus.la
+libstdplus_la_SOURCES =
+libstdplus_la_LIBADD = $(COMMON_LIBS)
+
+nobase_include_HEADERS += stdplus/placeholder.hpp
+libstdplus_la_SOURCES += stdplus/placeholder.cpp