]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Add a testsuite for libsigrok.
[libsigrok.git] / Makefile.am
index d7a146f01324aed80f2462339b58ff95021c9866..d220857f2ac5ea99f2f327475ef8497ebffdd760 100644 (file)
@@ -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) \
@@ -60,7 +61,7 @@ MAINTAINERCLEANFILES = ChangeLog
 
 .PHONY: ChangeLog
 ChangeLog:
-       git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog
+       git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
 
 dist-hook: ChangeLog