aboutsummaryrefslogtreecommitdiff
path: root/subprojects/plugin_hostlist
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/plugin_hostlist')
l---------subprojects/plugin_hostlist/include1
-rw-r--r--subprojects/plugin_hostlist/meson.build3
-rw-r--r--subprojects/plugin_hostlist/meson_options.txt1
3 files changed, 2 insertions, 3 deletions
diff --git a/subprojects/plugin_hostlist/include b/subprojects/plugin_hostlist/include
new file mode 120000
index 0000000..3611dd2
--- /dev/null
+++ b/subprojects/plugin_hostlist/include
@@ -0,0 +1 @@
+../../include/ \ No newline at end of file
diff --git a/subprojects/plugin_hostlist/meson.build b/subprojects/plugin_hostlist/meson.build
index d8286d1..04711fd 100644
--- a/subprojects/plugin_hostlist/meson.build
+++ b/subprojects/plugin_hostlist/meson.build
@@ -7,8 +7,7 @@ dep_qt5 = dependency('qt5',
)
dep_catch = dependency('catch2', required: true, fallback: ['catch2', 'catch2_dep'] )
-smolbote_interface = include_directories(get_option('interface'))
-message(get_option('interface'))
+smolbote_interface = include_directories('include')
lib_hostlistfilter = static_library('hostlistfilter',
[ 'filterlist.cpp' ],
diff --git a/subprojects/plugin_hostlist/meson_options.txt b/subprojects/plugin_hostlist/meson_options.txt
deleted file mode 100644
index e4aed19..0000000
--- a/subprojects/plugin_hostlist/meson_options.txt
+++ /dev/null
@@ -1 +0,0 @@
-option('interface', description: 'Interfaces path', type: 'string', value: '/usr/local/include')