X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2FMakefile.am;h=05ec392aee33286b143deb81f403cdffb6032e55;hb=921a4c741fee27ee2f248971f9ee309a1551f981;hp=7e18acfe1bc75eb71676273cc914fcc476f668b5;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/output/Makefile.am b/output/Makefile.am index 7e18acfe..05ec392a 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -17,8 +17,6 @@ ## along with this program. If not, see . ## -AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' - # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokoutput.la @@ -26,7 +24,9 @@ libsigrokoutput_la_SOURCES = \ output_binary.c \ output_text.c \ output_vcd.c \ + output_ols.c \ output_gnuplot.c \ + output_analog.c \ common.c \ output.c