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