X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=166fe3ca9edadfe820a09ab782806e0fd60b7472;hb=d27e406e13d1247a7839698d3643b8ebae7143af;hp=7e18acfe1bc75eb71676273cc914fcc476f668b5;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 7e18acfe..166fe3ca 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,19 +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 \ - common.c \ + binary.c \ + vcd.c \ + ols.c \ + gnuplot.c \ + chronovu_la8.c \ + csv.c \ + float.c \ output.c libsigrokoutput_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +libsigrokoutput_la_LIBADD = \ + text/libsigrokoutputtext.la