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