summaryrefslogtreecommitdiffstats
path: root/serial/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-12 18:59:10 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-12 18:59:10 -0300
commitcfb4d2ae65f9dc2c2f792dfeb1afc164ee598efc (patch)
tree7cb8e23681ee21054f877c4cd0806a18b779aae9 /serial/Makefile.am
parent00e08e05f39aad7194b3959a8583071b1551ecbe (diff)
Make serial plugin to register adapter drivers.
Diffstat (limited to 'serial/Makefile.am')
-rw-r--r--serial/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@