X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=b4b4e2c6d51b5a4e9fb326a7fa5fb73f32c433a1;hb=f7d2982d42e876d8814cba203570a45284c79658;hp=0a00136f67d9c96681954efcfdef7582845ae95b;hpb=97554432e8d8bcf7f5af2dd770bcf752c9cd7d75;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 0a00136f..b4b4e2c6 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,13 @@ 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.c +# Temporarily disabled: output_analog.c + libsigrokoutput_la_CFLAGS = \ -I$(top_srcdir)/libsigrok +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la +