diff --git a/workbench_moderation.features.inc b/workbench_moderation.features.inc
index 0acc633..b2f5c70 100755
--- a/workbench_moderation.features.inc
+++ b/workbench_moderation.features.inc
@@ -59,6 +59,13 @@ function workbench_moderation_states_features_revert($module) {
 }
 
 /**
+ * Implements COMPONENT_features_enable_feature().
+ */
+function workbench_moderation_states_features_enable_feature($module) {
+  workbench_moderation_states_features_rebuild($module);
+}
+
+/**
  * Implements COMPONENT_features_rebuild().
  *
  * Store each exported transition in the database.
@@ -137,6 +144,13 @@ function workbench_moderation_transitions_features_revert($module) {
 }
 
 /**
+ * Implements COMPONENT_features_enable_feature().
+ */
+function workbench_moderation_transitions_features_enable_feature($module) {
+  workbench_moderation_transitions_features_rebuild($module);
+}
+
+/**
  * Implements COMPONENT_features_rebuild().
  *
  * Store each exported transition in the database.
