aboutsummaryrefslogtreecommitdiffstats
path: root/src/SuppressionManager.h
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-04-19 23:13:20 +0100
committerSergio Martins <smartins@kde.org>2017-04-19 23:13:20 +0100
commitdbfa74a29b2f6cb39fd78907041275f228cf9060 (patch)
tree12219e5c6ff093220095f40a9b6aa626852d2dbf /src/SuppressionManager.h
parent1933a80b7c7575b061db9c3e459ea5c9f6d54aa9 (diff)
Don't build the utils library by default
Instead, build all those *Utils.cpp files into the plugin. No need to have two libraries. Pass -DCLAZY_BUILD_UTILS_LIB=ON to build the library in case you want to reuse clazy's code. But beware we don't promiss ABI nor source compat.
Diffstat (limited to 'src/SuppressionManager.h')
-rw-r--r--src/SuppressionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SuppressionManager.h b/src/SuppressionManager.h
index 8d18c780..b5de49e8 100644
--- a/src/SuppressionManager.h
+++ b/src/SuppressionManager.h
@@ -21,7 +21,7 @@
#ifndef CLAZY_SUPPRESSION_MANAGER_H
#define CLAZY_SUPPRESSION_MANAGER_H
-#include "clazylib_export.h"
+#include "clazy_export.h"
#include <set>
#include <string>
#include <unordered_map>