X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=0d3f845085594fde9269956380b6952d7eae962c;hb=41f5bd09b0d3c5f9232ff20d076f76cc41acad32;hp=05ec392aee33286b143deb81f403cdffb6032e55;hpb=5819184b229d5d33ccb8e5ed5f7d715f501fedb5;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 05ec392a..0d3f8450 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,19 +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_text.c \ - output_vcd.c \ - output_ols.c \ - output_gnuplot.c \ - output_analog.c \ - common.c \ + binary.c \ + vcd.c \ + ols.c \ + gnuplot.c \ + chronovu_la8.c \ + csv.c \ + analog.c \ output.c libsigrokoutput_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la