]> Pileus Git - grits/blobdiff - src/gis-plugin.c
Reorganize BMNG and SRTM into plugins
[grits] / src / gis-plugin.c
index c874095bd41795ac4381ca4a2ac97e728fd819a3..2ba5ca69a61aef70a6591412d9a1c07f3a336f0f 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
@@ -99,6 +99,7 @@ GList *gis_plugins_available(GisPlugins *self)
        g_debug("GisPlugins: available");
        GList *list = NULL;
        gchar *dirs[] = {self->dir, PLUGINSDIR};
+       g_debug("pluginsdir=%s", PLUGINSDIR);
        for (int i = 0; i<2; i++) {
                GDir *dir = g_dir_open(dirs[i], 0, NULL);
                if (dir == NULL)