diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-03-19 19:17:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-03-19 19:17:33 +0000 |
commit | d56a98ac7b81e416b7f9e43ae7dfcb7b6a573dd1 (patch) | |
tree | be704470de2b52e89f50e89266350097eedb6535 /network/Makefile.am | |
parent | ab0791e294f317f970e5dc288c2d9f87fd22a4e2 (diff) |
Add skeleton for HAL support
Diffstat (limited to 'network/Makefile.am')
-rw-r--r-- | network/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/Makefile.am b/network/Makefile.am index 094f95e8..aa3412b6 100644 --- a/network/Makefile.am +++ b/network/Makefile.am @@ -13,7 +13,7 @@ noinst_PROGRAMS = bluetoothd-service-network bluetoothd_service_network_SOURCES = main.c \ manager.h manager.c error.h error.c \ server.h server.c bridge.h bridge.c \ - connection.h connection.c + hal.h hal.c connection.h connection.c LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ |