X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2FMakefile.am;h=5e6aa3ceac3010830b98c58386c0d9ddc898fe3d;hb=2c9c0df86eaf;hp=8f58f0fe79050aeecb3c0f162e8f875cf51956e8;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/input/Makefile.am b/input/Makefile.am index 8f58f0fe..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,12 @@ noinst_LTLIBRARIES = libsigrokinput.la libsigrokinput_la_SOURCES = \ - input_binary.c \ - input.c + binary.c \ + chronovu_la8.c \ + input.c \ + vcd.c \ + wav.c libsigrokinput_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir)