summaryrefslogtreecommitdiffstats
path: root/hidd/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-02-13 14:49:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-02-13 14:49:59 +0000
commit88e0bd9ef09323cd0270e2d83a14ec4c3086149b (patch)
treecfc6f725cf0dbbb96432b43ce2cc8e9c7baf17c7 /hidd/Makefile.am
parent186bc5576263c712773b875bcafa256b3978b6e6 (diff)
Use central uinput.h include file
Diffstat (limited to 'hidd/Makefile.am')
-rw-r--r--hidd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidd/Makefile.am b/hidd/Makefile.am
index 5af91938..83268343 100644
--- a/hidd/Makefile.am
+++ b/hidd/Makefile.am
@@ -2,7 +2,7 @@
if HIDD
bin_PROGRAMS = hidd
-hidd_SOURCES = main.c hidd.h sdp.c uinput.h fakehid.c
+hidd_SOURCES = main.c hidd.h sdp.c fakehid.c
hidd_LDADD = @BLUEZ_LIBS@ -lm $(top_builddir)/common/libhelper.a
endif