[dia: 102/105] 19 cleanup: Pass 'libdia.def' string to vs_module_defs.
- From: Zander <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia: 102/105] 19 cleanup: Pass 'libdia.def' string to vs_module_defs.
- Date: Mon, 28 Jan 2019 19:27:55 +0000 (UTC)
commit 14520b62350bbe2e971675651afdbd7f2fb69ad0
Author: Eduard Nicodei <eddnicodei gmail com>
Date: Sun Jan 27 21:48:01 2019 +0000
19 cleanup: Pass 'libdia.def' string to vs_module_defs.
lib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index a1c5dcdf..eab9b4c0 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -125,6 +125,6 @@ libdia = library('dia',
dependencies: libdia_deps,
include_directories: configuration_inc,
c_args: ['-Wall', '-DLIBDIA_COMPILATION'],
- vs_module_defs: files('libdia.def')[0],
+ vs_module_defs: 'libdia.def',
install: true,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]