summaryrefslogtreecommitdiffstats
path: root/serial/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-11-26 13:43:17 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-11-26 13:43:17 +0000
commit7e88afe4f8307c092172ff3c3b76c2f95ab00293 (patch)
treebdc418344c1e1f724421120bdeeeab0dd7fa3ce5 /serial/Makefile.am
parent4392fbd3d96e2eea0d91f0eb9fd059ab38255986 (diff)
Update services to new error codes and helper functions
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 75f50b80..46039bea 100644
--- a/serial/Makefile.am
+++ b/serial/Makefile.am
@@ -12,7 +12,7 @@ service_PROGRAMS = bluetoothd-service-serial
bluetoothd_service_serial_SOURCES = main.c \
manager.h manager.c port.h port.c \
- error.h error.c storage.h storage.c
+ storage.h storage.c
LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@