X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=0d3f845085594fde9269956380b6952d7eae962c;hb=c71bac3b98ace917533db91e682712105c3ccf45;hp=55ba11208108a410385ea0306f4dcd38631f615e;hpb=1437e8934bd01167f2126616c7e8b44ca342cd27;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 55ba1120..0d3f8450 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,20 +17,24 @@ ## along with this program. If not, see . ## -AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' +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_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