X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=d54464f37d381c261eef027a6224cbf2c2ec801b;hb=e10d6e32e4d8766e12b752da6d1806944b0ee85e;hp=0a00136f67d9c96681954efcfdef7582845ae95b;hpb=97554432e8d8bcf7f5af2dd770bcf752c9cd7d75;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 0a00136f..d54464f3 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +SUBDIRS = text + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokoutput.la @@ -25,14 +27,15 @@ libsigrokoutput_la_SOURCES = \ output_vcd.c \ output_ols.c \ output_gnuplot.c \ - output_analog.c \ - text/text.c \ - text/bits.c \ - text/hex.c \ - text/ascii.c \ - common.c \ + output_chronovu_la8.c \ + output_csv.c \ output.c +# Temporarily disabled: output_analog.c + libsigrokoutput_la_CFLAGS = \ -I$(top_srcdir)/libsigrok +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la +