summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-19 18:31:32 +0200
committerJens Georg <mail@jensge.org>2021-06-19 18:31:32 +0200
commitf115fee37f31d65de5b1f2c570b6fd0105ab267d (patch)
tree815632e4f5071e8db2e650be4ce44f11a7c52d6b /internal
parentc3a2aff7aa7f692bdc1b6f7f6b702c74c8e534e7 (diff)
downloadgssdp-f115fee37f31d65de5b1f2c570b6fd0105ab267d.tar.gz
build: Do not make config.h part of the dependency
Diffstat (limited to 'internal')
-rw-r--r--internal/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/internal/meson.build b/internal/meson.build
index 583ce8f..43f0ccc 100644
--- a/internal/meson.build
+++ b/internal/meson.build
@@ -1,5 +1,2 @@
config_h = configure_file(output : 'config.h', configuration : conf)
-config_header = declare_dependency(
- compile_args : '-DHAVE_CONFIG_H=1',
- include_directories: include_directories('.')
-)
+config_h_inc = include_directories('.')