]> sigrok.org Git - libsigrok.git/blobdiff - input/Makefile.am
Code drop from DreamSourceLabs first source release.
[libsigrok.git] / input / Makefile.am
index 8f58f0fe79050aeecb3c0f162e8f875cf51956e8..f878db356b252b67e8ca6178e2a6d76bdab290c7 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
 ##
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokinput.la
+noinst_LTLIBRARIES = libsigrok4DSLogicinput.la
 
-libsigrokinput_la_SOURCES = \
-       input_binary.c \
-       input.c
+libsigrok4DSLogicinput_la_SOURCES = \
+        in_binary.c \
+        in_vcd.c \
+        in_wav.c \
+       input.c 
 
-libsigrokinput_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+libsigrok4DSLogicinput_la_CFLAGS = \
+       -I$(top_srcdir)