]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
NEWS: Add most important items since last release.
[libsigrok.git] / Makefile.am
index 503233b7eab610d214605c7098610d9caff6d874..68dbed5370c896d8a297527548ad362f3135594b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
 ## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
@@ -22,7 +22,7 @@ ACLOCAL_AMFLAGS = -I autostuff
 
 AM_CPPFLAGS = -I$(top_srcdir)
 
-SUBDIRS = contrib hardware input output
+SUBDIRS = contrib hardware input output tests
 
 lib_LTLIBRARIES = libsigrok.la
 
@@ -37,7 +37,8 @@ libsigrok_la_SOURCES = \
        strutil.c \
        log.c \
        version.c \
-       error.c
+       error.c \
+       std.c
 
 libsigrok_la_LIBADD = \
        $(LIBOBJS) \
@@ -54,7 +55,7 @@ noinst_HEADERS = libsigrok-internal.h
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libsigrok.pc
 
-EXTRA_DIST = Doxyfile
+EXTRA_DIST = Doxyfile README.devices
 
 MAINTAINERCLEANFILES = ChangeLog