X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=dd281c5b8e18a31291c838c8f82592e87a704408;hb=f2a9a7c2c8a5fe18b2bb8dcfbfba109c8356b526;hp=2e111e9341ef9953ce59c7577265a10b39d4d9db;hpb=883db4dad1d37a0dbf8174e7559e2681f09d987c;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 2e111e93..dd281c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -715,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)