summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile.am')
-rw-r--r--input/Makefile.am12
1 files changed, 12 insertions, 0 deletions
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