summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-02 18:00:47 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-06 14:06:40 +0200
commit6b9134c5d4494e55be8adc8b7ff842d73ce93a4c (patch)
tree0eee2ae74b84fdc665ed6c2e73f388b764abbaa2 /tools
parent738d1002b07270172c5a48f477335be7234fbdb5 (diff)
downloadupower-6b9134c5d4494e55be8adc8b7ff842d73ce93a4c.tar.gz
build: Clean up include_directories usage
Diffstat (limited to 'tools')
-rw-r--r--tools/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/meson.build b/tools/meson.build
index 69d6de0..384ff46 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -6,6 +6,5 @@ executable('upower',
gnu_symbol_visibility: 'hidden',
install: true,
install_dir: get_option('prefix') / get_option('bindir'),
- include_directories: [ '../libupower-glib/' ],
c_args: [ '-DG_LOG_DOMAIN="UPower"' ],
)