summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-19 18:20:14 +0200
committerJens Georg <mail@jensge.org>2021-06-19 18:37:24 +0200
commit98b2f54fa6138c8975d5595e63b3d128e1d27072 (patch)
tree391478189d4b585e245a8539524319694f960f93 /internal
parentb4683272380fc3e28a8605e33a9da952a2e57a33 (diff)
downloadgupnp-98b2f54fa6138c8975d5595e63b3d128e1d27072.tar.gz
build: Move config.h to private folder
This is necessary to use it nicely in a subproject, see https://mesonbuild.com/Wrap-best-practices-and-tips.html#do-not-put-configh-in-external-search-path
Diffstat (limited to 'internal')
-rw-r--r--internal/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/meson.build b/internal/meson.build
new file mode 100644
index 0000000..4060f6a
--- /dev/null
+++ b/internal/meson.build
@@ -0,0 +1,3 @@
+config_h = configure_file(output : 'config.h', configuration : conf)
+config_h_inc = include_directories('.')
+