]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Revise session API to allow for multiple sessions in future.
[libsigrok.git] / Makefile.am
index 04e91ca86064442a0f31b1bf83c4ec627301766e..8a8a2e1e923434b885b0514d5eb5f3196626a10e 100644 (file)
@@ -31,6 +31,7 @@ libsigrok_la_SOURCES = \
        session.c \
        session_file.c \
        session_driver.c \
+       drivers.c \
        hwdriver.c \
        trigger.c \
        soft-trigger.c \
@@ -224,6 +225,12 @@ libsigrok_la_SOURCES += \
        hardware/lascar-el-usb/protocol.c \
        hardware/lascar-el-usb/api.c
 endif
+if HW_MANSON_HCS_3XXX
+libsigrok_la_SOURCES += \
+       hardware/manson-hcs-3xxx/protocol.h \
+       hardware/manson-hcs-3xxx/protocol.c \
+       hardware/manson-hcs-3xxx/api.c
+endif
 if HW_MIC_985XX
 libsigrok_la_SOURCES += \
        hardware/mic-985xx/protocol.h \
@@ -242,7 +249,7 @@ libsigrok_la_SOURCES += \
        hardware/norma-dmm/protocol.c \
        hardware/norma-dmm/api.c
 endif
-if HW_OLS
+if HW_OPENBENCH_LOGIC_SNIFFER
 libsigrok_la_SOURCES += \
        hardware/openbench-logic-sniffer/protocol.h \
        hardware/openbench-logic-sniffer/protocol.c \
@@ -280,6 +287,12 @@ libsigrok_la_SOURCES += \
        hardware/teleinfo/protocol.c \
        hardware/teleinfo/api.c
 endif
+if HW_TESTO
+libsigrok_la_SOURCES += \
+       hardware/testo/protocol.h \
+       hardware/testo/protocol.c \
+       hardware/testo/api.c
+endif
 if HW_TONDAJ_SL_814
 libsigrok_la_SOURCES += \
        hardware/tondaj-sl-814/protocol.h \