diff options
Diffstat (limited to 'input')
| -rw-r--r-- | input/Makefile.am | 9 | 
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@  | 
