From cfb4d2ae65f9dc2c2f792dfeb1afc164ee598efc Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 12 Aug 2008 18:59:10 -0300 Subject: Make serial plugin to register adapter drivers. --- serial/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial/Makefile.am') diff --git a/serial/Makefile.am b/serial/Makefile.am index ef215e4c..01551889 100644 --- a/serial/Makefile.am +++ b/serial/Makefile.am @@ -6,7 +6,7 @@ plugin_LTLIBRARIES = serial.la serial_la_SOURCES = main.c \ manager.h manager.c port.h port.c \ - storage.h storage.c + storage.h storage.c proxy.h proxy.c LDADD = $(top_builddir)/common/libhelper.a \ @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -- cgit