X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2FMakefile.am;h=62f9842c2987034e22a90cb90b6062c23a09c78f;hb=ecaa89af0e01f9c3f585e82eb849bf616bff22cf;hp=98a21da633eccca3ae43139da9f9c87232c1b805;hpb=ab224f7b61ee1d3cf46fff172e4d97c856031593;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 98a21da6..62f9842c 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2011 Uwe Hermann ## @@ -17,21 +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_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