]> sigrok.org Git - libsigrok.git/blobdiff - input/Makefile.am
Bump package version to 0.2.1, libtool version to 1:1:0.
[libsigrok.git] / input / Makefile.am
index d22d1e772747d633e7d1811811c3025409b45040..e0fa66eda13b09d93a21ad7c3031c1cf77dfb99a 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
+## Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
 ##
 ## 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
 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)/libsigrok
+       -I$(top_srcdir)