diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-09 14:58:55 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-09 14:58:55 -0300 |
commit | 9105da247571f84a1682c65749c379ebeb327290 (patch) | |
tree | 95ce904321067d63eb721769982b2f5d70712c66 /input/Makefile.am | |
parent | 46636652b35778dfad6a1d55cb9900ef5c00da68 (diff) |
Input: storage cleanup
Diffstat (limited to 'input/Makefile.am')
-rw-r--r-- | input/Makefile.am | 2 |
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@ |