From 7cb6fcdaff2237cd24cf22fbc739192704838b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 17 Jan 2015 15:54:49 +0100 Subject: Rewrite to use CMake Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. --- ponymap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ponymap.c') 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 } }; -- cgit v1.2.3