Linux的蓝牙操作工具。配合bluez-lib使用

源代码在线查看: makefile.am

软件大小: 908 K
上传用户: sky20090313
关键词: bluez-lib Linux 蓝牙 操作
下载地址: 免注册下载 普通下载 VIP

相关代码

								if INPUTSERVICE				if CONFIGFILES				confdir = $(sysconfdir)/bluetooth								conf_DATA = input.service				endif								servicedir = $(libdir)/bluetooth								service_PROGRAMS = bluetoothd-service-input								bluetoothd_service_input_SOURCES = main.c \					manager.h manager.c \					server.h server.c device.h device.c storage.h storage.c								LDADD = $(top_builddir)/common/libhelper.a \						@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@				endif								AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@								INCLUDES = -I$(top_srcdir)/common								EXTRA_DIST = input.service input-api.txt test-input								MAINTAINERCLEANFILES = Makefile.in							

相关资源