From 1958da2130c04fbcc0bf1da2c40b57c785657e48 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 13 Jul 2017 09:30:04 +0200 Subject: glue: renamed output files to better represent their actual purpose Signed-off-by: Marcus Fritzsch --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6de8597..8bb0b5c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -109,7 +109,7 @@ int binding_init() noexcept { } // namespace -#include "afb_binding.inl" +#include "afb_binding_glue.inl" extern "C" const struct afb_binding_v2 afbBindingV2 = { "winman", NULL, NULL, winman_verbs, NULL, binding_init, NULL, 1}; -- cgit 1.2.3-korg