X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2FMakefile.am;h=62f9842c2987034e22a90cb90b6062c23a09c78f;hb=aff00e40880184c9f9d4a934d83af0cf052ed70c;hp=776509664d9eaea009d3cfb8e4f4f90043cf09bd;hpb=db8ae7b941a31b2bc64e14d60a1e962fd2b2dc38;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 77650966..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 ## @@ -23,16 +23,15 @@ SUBDIRS = text noinst_LTLIBRARIES = libsigrokoutput.la libsigrokoutput_la_SOURCES = \ - output_binary.c \ - output_vcd.c \ - output_ols.c \ - output_gnuplot.c \ - output_chronovu_la8.c \ - output_csv.c \ + binary.c \ + vcd.c \ + ols.c \ + gnuplot.c \ + chronovu_la8.c \ + csv.c \ + analog.c \ output.c -# Temporarily disabled: output_analog.c - libsigrokoutput_la_CFLAGS = \ -I$(top_srcdir)