From fef1f399dd6487b1aac8820693f9d65a5ce306b9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 4 Jul 2011 01:09:58 +0300 Subject: gobex: Add a skeleton for a test server --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b4e1b3e..c21b813 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,3 +183,8 @@ unit_test_gobex_packet_LDADD = @GLIB_LIBS@ unit_test_gobex_header_SOURCES = $(gobex_sources) unit/test-gobex-header.c \ unit/util.c unit/util.h unit_test_gobex_header_LDADD = @GLIB_LIBS@ + +noinst_PROGRAMS += tools/test-server +tools_test_server_SOURCES = $(gobex_sources) $(btio_sources) \ + tools/test-server.c +tools_test_server_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ -- cgit v1.2.1