X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=0d3f845085594fde9269956380b6952d7eae962c;hb=0157808d740ec11f3a94f2d147b4429bd2a9954d;hp=776509664d9eaea009d3cfb8e4f4f90043cf09bd;hpb=db8ae7b941a31b2bc64e14d60a1e962fd2b2dc38;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 77650966..0d3f8450 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -23,16 +23,15 @@ 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 \ - output_csv.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)