summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
blob: c684432dae938ee3a5175f859d041bd0414ca78c (plain)
1
2
3
4
5
6
7
8
9
10
11
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