diff --git a/bindings/hamlib.swg b/bindings/hamlib.swg
index 07cd6d026..317ffa5fb 100644
--- a/bindings/hamlib.swg
+++ b/bindings/hamlib.swg
@@ -244,6 +244,11 @@ typedef const char * const_char_string;
  */
 %include "rotator.swg"
 
+/*
+ * The Amp "class"
+ */
+%include "amplifier.swg"
+
 /*
  * Put binding specific code in separate files
  *
diff --git a/bindings/ignore.swg b/bindings/ignore.swg
index 51ce9ecaf..abc48022d 100644
--- a/bindings/ignore.swg
+++ b/bindings/ignore.swg
@@ -210,6 +210,7 @@
 
 %ignore hamlib_copyright2;
 %ignore hamlib_version2;
+%ignore macro_name;
 
 #ifdef SWIGLUA
 %ignore Rig::set_level(setting_t,int,vfo_t);