X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=98e1f74e1c0ed00c9f4dfd8aae44c8f4018fc992;hb=61f2b7f74cd2d05cacb2bfb3cad2c2d67c856f47;hp=16cd288d877b788ec59275824b865c0a28e60bb9;hpb=d74d30bb14b9cb240e244caff7179926c72630e6;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 16cd288d..98e1f74e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \