X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2FMakefile.am;h=5e6aa3ceac3010830b98c58386c0d9ddc898fe3d;hb=ac070c7744471350e38836a58dd565750d96ce7f;hp=68fb129c434abff57ed12b2c3e5a10d6eaa99455;hpb=db8ae7b941a31b2bc64e14d60a1e962fd2b2dc38;p=libsigrok.git diff --git a/input/Makefile.am b/input/Makefile.am index 68fb129c..5e6aa3ce 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -2,6 +2,7 @@ ## This file is part of the sigrok 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 @@ -21,9 +22,11 @@ noinst_LTLIBRARIES = libsigrokinput.la libsigrokinput_la_SOURCES = \ - input_binary.c \ - input_chronovu_la8.c \ - input.c + binary.c \ + chronovu_la8.c \ + input.c \ + vcd.c \ + wav.c libsigrokinput_la_CFLAGS = \ -I$(top_srcdir)