Implement the sendTrap(library) function

This function is a library function which would be
used by the process which wants to send the snmp trap.

This function is a templatized function and template parameter
would be snmp notification type.

Change-Id: I63920f8c4593ba366a34b344dfab3a4562bf5d36
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 6807986..e177077 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
 # export these headers
-nobase_include_HEADERS = snmp_notification.hpp
+nobase_include_HEADERS = snmp.hpp \
+		snmp_notification.hpp
 
 libsnmpdir = ${libdir}