]> sigrok.org Git - libsigrok.git/blobdiff - output/Makefile.am
analog: if no MQ unit was set of recognized, just print the value
[libsigrok.git] / output / Makefile.am
index 510ecb794ae49ea379a587fe94cd13ca94853d29..0d3f845085594fde9269956380b6952d7eae962c 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+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 \
-       output_analog.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 \
+       analog.c \
        output.c
 
 libsigrokoutput_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
+
+libsigrokoutput_la_LIBADD = \
+       text/libsigrokoutputtext.la