diff options
author | Jens Georg <jensg@openismus.com> | 2021-06-22 11:22:13 +0200 |
---|---|---|
committer | Jens Georg <jensg@openismus.com> | 2021-06-22 11:22:13 +0200 |
commit | 3f7be51e7d25cdd298414753c7c00b2b7d69b136 (patch) | |
tree | 90e96fb61df46b7c6ff3d708f928cd18f2bcf99a /internal | |
parent | 029edcb46f1fc7353ff6fe730f08c668f9133eef (diff) | |
download | gupnp-dlna-3f7be51e7d25cdd298414753c7c00b2b7d69b136.tar.gz |
Add missing meson.build
Diffstat (limited to 'internal')
-rw-r--r-- | internal/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/meson.build b/internal/meson.build new file mode 100644 index 0000000..accff3c --- /dev/null +++ b/internal/meson.build @@ -0,0 +1,3 @@ +config_h = configure_file(output : 'config.h', configuration : config) +config_h_inc = include_directories('.') + |