From dfbd076817d3984836e511fbc1b7a4a3512c6387 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Tue, 17 Apr 2018 20:19:36 +0200 Subject: fix ifdef in export header Signed-off-by: Steve Markgraf --- include/osmo-fl2k_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osmo-fl2k_export.h b/include/osmo-fl2k_export.h index 2e94edf..71cba1a 100644 --- a/include/osmo-fl2k_export.h +++ b/include/osmo-fl2k_export.h @@ -39,7 +39,7 @@ # define __FL2K_IMPORT #endif -#ifndef libosmo-fl2k_STATIC +#ifndef libosmofl2k_STATIC # ifdef fl2k_EXPORTS # define FL2K_API __FL2K_EXPORT # else -- cgit v1.2.3