summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-20 18:52:34 +0200
committerkotontrion <[email protected]>2024-05-20 18:52:34 +0200
commit6bfba4314162baa0cc7093132d66ea9b8b5370d7 (patch)
tree2b5dd61dc2e1505ee8d8a7db095f46be81b8bcb3 /examples
parent2308e485ec479dd120baf4496b839612eb96aaa0 (diff)
add: astal-auth executable
Diffstat (limited to 'examples')
-rw-r--r--examples/meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 3a2faf4..cf23d3f 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -1,12 +1,8 @@
-astal_auth = declare_dependency(
- link_with : astal_auth_lib,
- include_directories : astal_auth_inc)
-
deps_example = [
dependency('gobject-2.0'),
dependency('libbsd'),
- astal_auth
+ libastal_auth
]
astal_auth_full_exmple = executable(