summaryrefslogtreecommitdiffstats
path: root/hidd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-24 11:02:52 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-24 11:02:52 +0000
commit47cf3f86b9ee717568e865a1a4cd36dede11e4a1 (patch)
tree4a68fd5a5cfd38c70f5c59c0863a85cc00d288a7 /hidd
parent96a229f1695084dc7aa71d9cd12814f27084e0ad (diff)
Make it possible to disable the HID daemon
Diffstat (limited to 'hidd')
-rw-r--r--hidd/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/hidd/Makefile.am b/hidd/Makefile.am
index 2dedccaa..5af91938 100644
--- a/hidd/Makefile.am
+++ b/hidd/Makefile.am
@@ -1,8 +1,11 @@
+if HIDD
bin_PROGRAMS = hidd
hidd_SOURCES = main.c hidd.h sdp.c uinput.h fakehid.c
+
hidd_LDADD = @BLUEZ_LIBS@ -lm $(top_builddir)/common/libhelper.a
+endif
AM_CFLAGS = @BLUEZ_CFLAGS@