X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2FMakefile.am;h=e0fa66eda13b09d93a21ad7c3031c1cf77dfb99a;hb=2f9376117c804898eaf75c3efebdbd97b6d89695;hp=1674034735a656457e048530a156028d81cfcdc2;hpb=0da5b6a9f5a119ab485ed3dba08aeb4a3ad2c8f4;p=libsigrok.git diff --git a/input/Makefile.am b/input/Makefile.am index 16740347..e0fa66ed 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -1,7 +1,8 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2011 Uwe Hermann +## Copyright (C) 2013 Bert Vermeulen ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -23,7 +24,9 @@ noinst_LTLIBRARIES = libsigrokinput.la libsigrokinput_la_SOURCES = \ binary.c \ chronovu_la8.c \ - input.c + input.c \ + vcd.c \ + wav.c libsigrokinput_la_CFLAGS = \ -I$(top_srcdir)