qulogic/gplugin

4e5dc8c1175d
need to update the option group tests for the GNUInstallDirs as well
--- a/gplugin/tests/test-option-group.c Tue May 19 00:31:20 2015 -0500
+++ b/gplugin/tests/test-option-group.c Tue May 19 00:33:33 2015 -0500
@@ -71,7 +71,7 @@
GList *paths = NULL;
gchar *path = NULL;
- path = g_build_filename(PREFIX, "lib", "gplugin", NULL);
+ path = g_build_filename(PREFIX, LIBDIR, "gplugin", NULL);
paths = g_list_prepend(paths, path);
path = g_build_filename(g_get_user_config_dir(), "gplugin", NULL);