X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2FMakefile.am;h=871140056ad4cf5576a107c611c63739eb949407;hb=c8f2c9dda4027fe723aabccb4265629c374afcd9;hp=0a00136f67d9c96681954efcfdef7582845ae95b;hpb=97554432e8d8bcf7f5af2dd770bcf752c9cd7d75;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 0a00136f..87114005 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,22 +17,25 @@ ## along with this program. If not, see . ## +SUBDIRS = text + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokoutput.la libsigrokoutput_la_SOURCES = \ - output_binary.c \ - 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 \ + binary.c \ + vcd.c \ + ols.c \ + gnuplot.c \ + chronovu_la8.c \ + csv.c \ output.c +# Temporarily disabled: output_analog.c + libsigrokoutput_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la