X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=04e91ca86064442a0f31b1bf83c4ec627301766e;hb=a4737997a2dcedaa616272013b2580246c3d32eb;hp=0bda21322898bc43dad4799f1327fe565e035eba;hpb=8c21897f59b4b78e1caade7cf7b11318b11b3f8b;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 0bda2132..04e91ca8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,8 @@ libsigrok_la_SOURCES = \ session_file.c \ session_driver.c \ hwdriver.c \ + trigger.c \ + soft-trigger.c \ strutil.c \ log.c \ version.c \ @@ -228,6 +230,12 @@ libsigrok_la_SOURCES += \ hardware/mic-985xx/protocol.c \ hardware/mic-985xx/api.c endif +if HW_MOTECH_LPS_30X +libsigrok_la_SOURCES += \ + hardware/motech-lps-30x/protocol.h \ + hardware/motech-lps-30x/protocol.c \ + hardware/motech-lps-30x/api.c +endif if HW_NORMA_DMM libsigrok_la_SOURCES += \ hardware/norma-dmm/protocol.h \