summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-01 22:05:32 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-01 22:05:32 +0200
commitf320b46a67cef55aacde64efa203403a386aed4c (patch)
treee06690cf787dcf32c083c78d11d13c0c1a946bee /src/Makefile.am
parentbaed8dfaf266414abf3cd84b8cdbf7b5c2eb572c (diff)
Remove telephony driver skeleton
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 409b300b..52d2a9f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,8 +21,7 @@ bluetoothd_SOURCES = main.c hcid.h sdpd.h \
manager.h manager.c error.h error.c \
adapter.h adapter.c device.h device.c plugin.h plugin.c \
dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c \
- dbus-database.c dbus-database.h \
- telephony.h telephony.c agent.h agent.c
+ dbus-database.c dbus-database.h agent.h agent.c
bluetoothd_LDADD = $(top_builddir)/common/libhelper.a \
@GDBUS_LIBS@ @GMODULE_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@