]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
remove datastore functionality
[libsigrok.git] / Makefile.am
index f37c2e5d19d740afcf15e6959ca3a7be16a50a87..d7a146f01324aed80f2462339b58ff95021c9866 100644 (file)
@@ -2,6 +2,7 @@
 ## This file is part of the sigrok project.
 ##
 ## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
+## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.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
@@ -27,7 +28,6 @@ lib_LTLIBRARIES = libsigrok.la
 
 libsigrok_la_SOURCES = \
        backend.c \
-       datastore.c \
        device.c \
        session.c \
        session_file.c \
@@ -36,7 +36,8 @@ libsigrok_la_SOURCES = \
        filter.c \
        strutil.c \
        log.c \
-       version.c
+       version.c \
+       error.c
 
 libsigrok_la_LIBADD = \
        $(LIBOBJS) \