]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
asix-sigma: Use new trigger API.
[libsigrok.git] / Makefile.am
index 173e3adfad0bf59f33f4ab998963c52f83fedd52..39423f54ab0d8b6a1ce47c5db376ef0487250667 100644 (file)
@@ -32,6 +32,7 @@ libsigrok_la_SOURCES = \
        session_file.c \
        session_driver.c \
        hwdriver.c \
+       trigger.c \
        strutil.c \
        log.c \
        version.c \
@@ -222,18 +223,18 @@ libsigrok_la_SOURCES += \
        hardware/lascar-el-usb/protocol.c \
        hardware/lascar-el-usb/api.c
 endif
-if HW_LINK_MSO19
-libsigrok_la_SOURCES += \
-       hardware/link-mso19/protocol.h \
-       hardware/link-mso19/protocol.c \
-       hardware/link-mso19/api.c
-endif
 if HW_MIC_985XX
 libsigrok_la_SOURCES += \
        hardware/mic-985xx/protocol.h \
        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 \