summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-30 05:47:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-30 05:47:13 +0000
commita22a088109b664efdee397affed55b039cb0999b (patch)
tree3beaed69bcb23d5d3ea2aad6f65d9185311618a8 /input
parentdff80b644fb16f97962773c384de44b13fbdee56 (diff)
Don't use lib prefix for plugins
Diffstat (limited to 'input')
-rw-r--r--input/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/input/Makefile.am b/input/Makefile.am
index 3d841d7c..1bc81fbe 100644
--- a/input/Makefile.am
+++ b/input/Makefile.am
@@ -2,12 +2,11 @@
if INPUTPLUGIN
plugindir = $(libdir)/bluetooth/plugins
-plugin_LTLIBRARIES = libinput.la
+plugin_LTLIBRARIES = input.la
-libinput_la_SOURCES = main.c \
- manager.h manager.c \
- server.h server.c device.h device.c storage.h storage.c \
- fakehid.c fakehid.h
+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
LDADD = $(top_builddir)/common/libhelper.a \
@GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@