]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
asix-sigma: rephrase and extend register access for readability
[libsigrok.git] / Makefile.am
index 07bc68c63e3a29358305d64a16ebe295f878eac0..dd281c5b8e18a31291c838c8f82592e87a704408 100644 (file)
@@ -126,6 +126,7 @@ libsigrok_la_SOURCES += \
        src/serial.c \
        src/serial_bt.c \
        src/serial_hid.c \
+       src/serial_hid.h \
        src/serial_hid_bu86x.c \
        src/serial_hid_ch9325.c \
        src/serial_hid_cp2110.c \
@@ -714,7 +715,8 @@ tests_main_SOURCES = \
        tests/driver_all.c \
        tests/device.c \
        tests/trigger.c \
-       tests/analog.c
+       tests/analog.c \
+       tests/conv.c
 
 tests_main_LDADD = libsigrok.la $(SR_EXTRA_LIBS) $(TESTS_LIBS)