From 9105da247571f84a1682c65749c379ebeb327290 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 9 Sep 2008 14:58:55 -0300 Subject: Input: storage cleanup --- input/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/Makefile.am') 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@ -- cgit