aboutsummaryrefslogtreecommitdiffstats
path: root/include/GFModuleExport.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/GFModuleExport.h (renamed from src/gpg_info/GFModuleExport.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg_info/GFModuleExport.h b/include/GFModuleExport.h
index a1fc105..2a669cc 100644
--- a/src/gpg_info/GFModuleExport.h
+++ b/include/GFModuleExport.h
@@ -7,7 +7,7 @@
# define GF_MODULE_NO_EXPORT
#else
# ifndef GF_MODULE_EXPORT
-# ifdef mod_gpg_info_EXPORTS
+# ifdef GF_MODULE_EXPORTS
/* We are building this library */
# define GF_MODULE_EXPORT __attribute__((visibility("default")))
# else