summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile.am')
-rw-r--r--input/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am
index e22f1253..1b3ab5de 100644
--- a/input/Makefile.am
+++ b/input/Makefile.am
@@ -6,7 +6,7 @@ plugin_LTLIBRARIES = input.la
input_la_SOURCES = main.c manager.h manager.c \
server.h server.c device.h device.c \
- storage.h storage.c fakehid.c fakehid.h
+ fakehid.c fakehid.h
LDADD = $(top_builddir)/common/libhelper.a \
@GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@