]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
SR_CONF_PROBE_FACTOR: New option.
[libsigrok.git] / Makefile.am
index 16cd288d877b788ec59275824b865c0a28e60bb9..98e1f74e1c0ed00c9f4dfd8aae44c8f4018fc992 100644 (file)
@@ -147,6 +147,12 @@ libsigrok_la_SOURCES += \
        src/hardware/atten-pps3xxx/protocol.c \
        src/hardware/atten-pps3xxx/api.c
 endif
+if HW_BAYLIBRE_ACME
+libsigrok_la_SOURCES += \
+       src/hardware/baylibre-acme/protocol.h \
+       src/hardware/baylibre-acme/protocol.c \
+       src/hardware/baylibre-acme/api.c
+endif
 if HW_BEAGLELOGIC
 libsigrok_la_SOURCES += \
        src/hardware/beaglelogic/beaglelogic.h \
@@ -424,6 +430,7 @@ tests_check_main_SOURCES = \
        tests/check_input_all.c \
        tests/check_input_binary.c \
        tests/check_output_all.c \
+       tests/check_transform_all.c \
        tests/check_session.c \
        tests/check_strutil.c \
        tests/check_version.c \