[recipes] Fix the meson build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Fix the meson build
- Date: Sat, 25 Feb 2017 19:41:36 +0000 (UTC)
commit ef44086a3450bf08a6e1a738704443cee853c5ee
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 25 14:33:14 2017 -0500
Fix the meson build
tests/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index acbd105..b484f6e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -22,7 +22,7 @@ unit = executable('unit', 'unit.c',
dependencies: deps)
test('unit', unit, env : env)
-ids = executable('ids', 'id.c',
+ids = executable('ids', 'ids.c',
include_directories : tests_inc,
dependencies: deps)
test('ids', ids, env : env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]