X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/3e3f47ec2fdbfaf0682d9790a99264a4e60e9bf1..fe84894a4052c71965c6a75b013db3dcec23d67d:/keydctl.c diff --git a/keydctl.c b/keydctl.c index b786fea..96af7d2 100644 --- a/keydctl.c +++ b/keydctl.c @@ -13,9 +13,9 @@ #include #include -#include "config.h" #include "keyd.h" #include "onak-conf.h" +#include "version.h" /* HACK: We need to stop onak-conf.o requiring this. */ void *DBFUNCS = NULL; @@ -147,7 +147,7 @@ static void keyd_status(void) static void usage(void) { - puts("keydctl " PACKAGE_VERSION " - control an onak keyd instance.\n"); + puts("keydctl " ONAK_VERSION " - control an onak keyd instance.\n"); puts("Usage:\n"); puts("\tonak [options] \n"); puts("\tCommands:\n");