summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
blob: c23df9bad538d196e766f408d2acade29b1d5157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

noinst_PROGRAMS = bt.inputd

bt_inputd_SOURCES = main.c input-service.h input-service.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