diff --git a/profile2.module b/profile2.module
index 66fb435..ec62fcc 100644
--- a/profile2.module
+++ b/profile2.module
@@ -832,3 +832,10 @@ function profile2_user_get_properties($account, array $options, $name) {
   return $profile ? $profile : NULL;
 }
 
+/**
+* Implementation of hook_ctools_plugin_dierctory() to let the system know
+* we implement plugins.
+*/
+function profile2_ctools_plugin_directory($module, $plugin) {
+  return 'plugins/' . $plugin;
+}
