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/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frameworks/middleware/examples/dbus/Makefile.am (limited to 'frameworks/middleware/examples/dbus/Makefile.am') diff --git a/frameworks/middleware/examples/dbus/Makefile.am b/frameworks/middleware/examples/dbus/Makefile.am new file mode 100644 index 0000000..830a98e --- /dev/null +++ b/frameworks/middleware/examples/dbus/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS = pingserver pingclient +pingserver_SOURCES = ping-server.c +pingserver_CFLAGS = $(DBUS_CFLAGS) +pingserver_LDADD = $(DBUS_LIBS) + +pingclient_SOURCES = ping-client.c +pingclient_CFLAGS = $(DBUS_CFLAGS) +pingclient_LDADD = $(DBUS_LIBS) -- cgit v1.2.3