]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Introduce A2L methods
[libsigrok.git] / Makefile.am
index f56573396b04dc1f94d417df2139b61ea79ee682..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,11 +453,11 @@ src_libdrivers_la_SOURCES += \
        src/hardware/saleae-logic16/protocol.c \
        src/hardware/saleae-logic16/api.c
 endif
-if HW_SALEAE_LOGICPRO
+if HW_SALEAE_LOGIC_PRO
 src_libdrivers_la_SOURCES += \
-       src/hardware/saleae-logicpro/protocol.h \
-       src/hardware/saleae-logicpro/protocol.c \
-       src/hardware/saleae-logicpro/api.c
+       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 += \