]> sigrok.org Git - libsigrok.git/blobdiff - output/Makefile.am
Remove 'float' output module.
[libsigrok.git] / output / Makefile.am
index dc016c885cf86cafdbc45473a6a01e87eddd0eb3..0d3f845085594fde9269956380b6952d7eae962c 100644 (file)
@@ -23,17 +23,17 @@ SUBDIRS = text
 noinst_LTLIBRARIES = libsigrokoutput.la
 
 libsigrokoutput_la_SOURCES = \
-       output_binary.c \
-       output_vcd.c \
-       output_ols.c \
-       output_gnuplot.c \
-       output_chronovu_la8.c \
+       binary.c \
+       vcd.c \
+       ols.c \
+       gnuplot.c \
+       chronovu_la8.c \
+       csv.c \
+       analog.c \
        output.c
 
-# Temporarily disabled: output_analog.c
-
 libsigrokoutput_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
 libsigrokoutput_la_LIBADD = \
        text/libsigrokoutputtext.la