aboutsummaryrefslogtreecommitdiff
path: root/ponymap.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-17 15:54:49 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-17 16:10:12 +0100
commit7cb6fcdaff2237cd24cf22fbc739192704838b6d (patch)
treecedd22bc2e220d69212b06683b12025dc3814e1e /ponymap.c
parent77509ceb56d430d949a89f2fc25aaded414193a8 (diff)
downloadponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.gz
ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.xz
ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.zip
Rewrite to use CMake
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.
Diffstat (limited to 'ponymap.c')
-rw-r--r--ponymap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ponymap.c b/ponymap.c
index 559bfb8..c1cca02 100644
--- a/ponymap.c
+++ b/ponymap.c
@@ -39,8 +39,7 @@
static struct config_item g_config_table[] =
{
- // TODO: set the default to the installation directory
- { "plugin_dir", NULL, "Where to search for plugins" },
+ { "plugin_dir", PLUGIN_DIR, "Where to search for plugins" },
{ NULL, NULL, NULL }
};