]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Introduce A2L methods
[libsigrok.git] / Makefile.am
index c9b899387684711add4e9cc92ec1b4224d0510f5..aec16d122fe0fa88af2b7df260942f6d83ca0787 100644 (file)
@@ -50,6 +50,7 @@ lib_LTLIBRARIES = libsigrok.la
 # Backend files
 libsigrok_la_SOURCES = \
        src/backend.c \
+       src/conversion.c \
        src/device.c \
        src/session.c \
        src/session_file.c \
@@ -452,6 +453,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/saleae-logic16/protocol.c \
        src/hardware/saleae-logic16/api.c
 endif
+if HW_SALEAE_LOGIC_PRO
+src_libdrivers_la_SOURCES += \
+       src/hardware/saleae-logic-pro/protocol.h \
+       src/hardware/saleae-logic-pro/protocol.c \
+       src/hardware/saleae-logic-pro/api.c
+endif
 if HW_SCPI_PPS
 src_libdrivers_la_SOURCES += \
        src/hardware/scpi-pps/protocol.h \