From ddf662b88e0e04dd6af3bba47b4a58e4d284e7d1 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 18 Feb 2014 23:27:47 +0100 Subject: dbus example: remove compile.sh and make a autotools project compile.sh was a pain. didn't work with current debian. so this patch removes it and converts the example to an autools project. Signed-off-by: Manuel Traut --- frameworks/middleware/examples/dbus/autogen.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 frameworks/middleware/examples/dbus/autogen.sh (limited to 'frameworks/middleware/examples/dbus/autogen.sh') diff --git a/frameworks/middleware/examples/dbus/autogen.sh b/frameworks/middleware/examples/dbus/autogen.sh new file mode 100755 index 0000000..58c0175 --- /dev/null +++ b/frameworks/middleware/examples/dbus/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/bash +automake --add-missing +autoreconf -sif -- cgit v1.2.3