X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2FMakefile.am;h=da0a9d276981a2e400bd2bace65d9b9f5f9acc2e;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=b91a8b47b72be45851be6fbc24330eee0fc0d48c;hpb=99eaa20695b2e6c41721072c84215331bbd3f3bf;p=libsigrok.git diff --git a/input/Makefile.am b/input/Makefile.am index b91a8b47..da0a9d27 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,8 +24,10 @@ noinst_LTLIBRARIES = libsigrokinput.la libsigrokinput_la_SOURCES = \ binary.c \ chronovu_la8.c \ + csv.c \ + input.c \ vcd.c \ - input.c + wav.c libsigrokinput_la_CFLAGS = \ -I$(top_srcdir)