From c761480865c6b65e370e2bba750c86c226a7fc3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 27 Oct 2006 14:46:36 +0000 Subject: Add skeletons for service implementations --- input/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 input/Makefile.am (limited to 'input/Makefile.am') diff --git a/input/Makefile.am b/input/Makefile.am new file mode 100644 index 00000000..c684432d --- /dev/null +++ b/input/Makefile.am @@ -0,0 +1,12 @@ + +noinst_PROGRAMS = bt.inputd + +bt_inputd_SOURCES = main.c + +bt_inputd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a + +AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ + +INCLUDES = -I$(top_srcdir)/common + +MAINTAINERCLEANFILES = Makefile.in -- cgit