summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk2
-rw-r--r--src/modules/pacstrap-base/pacstrap-base.h2
-rw-r--r--src/modules/pacstrap-extra/pacstrap-extra.h2
-rw-r--r--src/modules/pacstrap-gui/pacstrap-gui.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/mk b/mk
index 0c9e74132..32278bb65 100755
--- a/mk
+++ b/mk
@@ -51,7 +51,7 @@ cmake -DCMAKE_BUILD_TYPE=Release
-DSKIP_MODULES="contextualprocess dracut dracutlukscfg dummycpp dummyprocess \
dummypython dummypythonqt fsresizer hostinfo initramfs \
initramfscfg interactiveterminal license netinstall networkcfg \
- oemid openrcdmcryptcfg packages plasmalnf plymouthcfg \
+ notesqml oemid openrcdmcryptcfg packages plasmalnf plymouthcfg \
preservefiles rawfs removeuser shellprocess tracking unpackfs \
webview" ..
diff --git a/src/modules/pacstrap-base/pacstrap-base.h b/src/modules/pacstrap-base/pacstrap-base.h
index 9d6298ba9..581be878b 100644
--- a/src/modules/pacstrap-base/pacstrap-base.h
+++ b/src/modules/pacstrap-base/pacstrap-base.h
@@ -20,7 +20,7 @@
#define PACSTRAP_BASE_H
#include <PacstrapCppJob.h>
-#include <PluginDllMacro.h>
+#include <DllMacro.h>
#include <utils/PluginFactory.h>
diff --git a/src/modules/pacstrap-extra/pacstrap-extra.h b/src/modules/pacstrap-extra/pacstrap-extra.h
index 9cf917e5c..a27631b66 100644
--- a/src/modules/pacstrap-extra/pacstrap-extra.h
+++ b/src/modules/pacstrap-extra/pacstrap-extra.h
@@ -20,7 +20,7 @@
#define PACSTRAP_EXTRA_H
#include <PacstrapCppJob.h>
-#include <PluginDllMacro.h>
+#include <DllMacro.h>
#include <utils/PluginFactory.h>
diff --git a/src/modules/pacstrap-gui/pacstrap-gui.h b/src/modules/pacstrap-gui/pacstrap-gui.h
index 503e0399f..d39d918b8 100644
--- a/src/modules/pacstrap-gui/pacstrap-gui.h
+++ b/src/modules/pacstrap-gui/pacstrap-gui.h
@@ -20,7 +20,7 @@
#define PACSTRAP_GUI_H
#include <PacstrapCppJob.h>
-#include <PluginDllMacro.h>
+#include <DllMacro.h>
#include <utils/PluginFactory.h>