]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
bindings/python: include config.h before any other header file
[libsigrok.git] / Makefile.am
index 2d153af9e03112a763683a85ee507b75be7a04fa..2ff1ee074c2b08cf9bd84b64f1389ede00be097c 100644 (file)
@@ -348,6 +348,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/hp-3457a/protocol.c \
        src/hardware/hp-3457a/api.c
 endif
+if HW_HP_3478A
+src_libdrivers_la_SOURCES += \
+       src/hardware/hp-3478a/protocol.h \
+       src/hardware/hp-3478a/protocol.c \
+       src/hardware/hp-3478a/api.c
+endif
 if HW_HUNG_CHANG_DSO_2100
 src_libdrivers_la_SOURCES += \
        src/hardware/hung-chang-dso-2100/protocol.h \
@@ -491,6 +497,12 @@ if HW_SERIAL_LCR
 src_libdrivers_la_SOURCES += \
        src/hardware/serial-lcr/api.c
 endif
+if HW_SIGLENT_SDS
+src_libdrivers_la_SOURCES += \
+       src/hardware/siglent-sds/protocol.h \
+       src/hardware/siglent-sds/protocol.c \
+       src/hardware/siglent-sds/api.c
+endif
 if HW_SYSCLK_LWLA
 src_libdrivers_la_SOURCES += \
        src/hardware/sysclk-lwla/lwla.h \