--- a/src/paths_unix.c Wed Jun 03 11:37:10 2009 +0000 +++ b/src/paths_unix.c Sat Jun 13 00:50:48 2009 +0000 @@ -30,3 +30,7 @@ return PACKAGE_LOCALE_DIR; } +const char *get_plugin_path() +{ + return PACKAGE_PLUGIN_DIR; +}