diff options
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r-- | xkbcomp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile index 08c3f119f..68e35a80a 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -21,7 +21,7 @@ else WINAPP = xkbcomp endif -DEFINES += DFLT_XKB_CONFIG_ROOT="\".\"" +DEFINES += DFLT_XKB_CONFIG_ROOT="\".\"" PACKAGE_VERSION="\"1.2.3\"" INCLUDES += $(OBJDIR) |