]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
bluetooth: introduce Bluetooth communication API, implement BlueZ support
[libsigrok.git] / Makefile.am
index 91500b4e8cf44a38ed90ed03ff0940e75a357814..ecc32994a7d99277970f05056a3304ee316371e4 100644 (file)
@@ -116,6 +116,10 @@ libsigrok_la_SOURCES += \
        src/scpi/vxi_xdr.c \
        src/scpi/vxi.h
 endif
+# if HAVE_BLUETOOTH
+libsigrok_la_SOURCES += \
+       src/bt/bt_bluez.c
+# endif
 if NEED_SERIAL
 libsigrok_la_SOURCES += \
        src/serial.c \