X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=166fe3ca9edadfe820a09ab782806e0fd60b7472;hb=80bf04263528998feb17cedc5b7aa9668dbc8d4d;hp=112ebe724e0aa97a61c27d11c7f8296a784acf6e;hpb=77b454421a2aa7d52873f036e5ba5f8030fe29a3;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 112ebe72..166fe3ca 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,22 +17,24 @@ ## 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 \ - text/text.c \ - text/bits.c \ - text/hex.c \ - text/ascii.c \ + binary.c \ + vcd.c \ + ols.c \ + gnuplot.c \ + chronovu_la8.c \ + csv.c \ + float.c \ output.c -# Temporarily disabled: output_analog.c - libsigrokoutput_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la