From a22a088109b664efdee397affed55b039cb0999b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Jun 2008 05:47:13 +0000 Subject: Don't use lib prefix for plugins --- input/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'input') 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@ -- cgit