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/stdplus.pc.in b/src/stdplus.pc.in
new file mode 100644
index 0000000..b79e7ca
--- /dev/null
+++ b/src/stdplus.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: stdplus
+Description: Commonly used c++ classes and functions
+Version: @VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lstdplus