summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-01 19:13:30 +0100
committerJens Georg <mail@jensge.org>2018-11-02 11:18:41 +0100
commit0e5810ca2d9ab20923809a9057f76e9b59215428 (patch)
treee6accacae7f01a8ff36bb0c5739664898899b6cf /tools
parent85bae723e4ebb90275293697bc3ce95d420774b2 (diff)
downloadgupnp-0e5810ca2d9ab20923809a9057f76e9b59215428.tar.gz
build: Switch to meson
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
-rw-r--r--tools/meson.build1
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index 6de9db4..0000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-dist_bin_SCRIPTS = gupnp-binding-tool
diff --git a/tools/meson.build b/tools/meson.build
new file mode 100644
index 0000000..5960fba
--- /dev/null
+++ b/tools/meson.build
@@ -0,0 +1 @@
+install_data('gupnp-binding-tool', install_dir : 'bin')