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 --- serial/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'serial') diff --git a/serial/Makefile.am b/serial/Makefile.am index df246cf0..0e6c47f7 100644 --- a/serial/Makefile.am +++ b/serial/Makefile.am @@ -2,9 +2,9 @@ if SERIALPLUGIN plugindir = $(libdir)/bluetooth/plugins -plugin_LTLIBRARIES = libserial.la +plugin_LTLIBRARIES = serial.la -libserial_la_SOURCES = main.c \ +serial_la_SOURCES = main.c \ manager.h manager.c port.h port.c \ storage.h storage.c -- cgit